Skip to content

Commit 9cdf537

Browse files
authored
Merge pull request #165 from cclauss/patch-4
CircleCI: Upgrade to Python 3.10
2 parents 6ca2045 + 5167166 commit 9cdf537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_and_test: &build_and_test_steps
1212
jobs:
1313
StyleCheck:
1414
docker:
15-
- image: circleci/python:3.9
15+
- image: circleci/python:3.10
1616
steps:
1717
- checkout
1818
- run: sudo pip install black codespell flake8
@@ -32,7 +32,7 @@ jobs:
3232

3333
Python3:
3434
docker:
35-
- image: circleci/python:3.9
35+
- image: circleci/python:3.10
3636
steps: *build_and_test_steps
3737

3838

0 commit comments

Comments
 (0)