Skip to content

Commit abe2b2b

Browse files
authored
Merge pull request #132 from cclauss/patch-2
CircleCI: Upgrade to Python 3.9
2 parents bc28622 + 99a44fa commit abe2b2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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.8
15+
- image: circleci/python:3.9
1616
steps:
1717
- checkout
1818
- run: sudo pip install black codespell flake8
@@ -27,12 +27,12 @@ jobs:
2727

2828
Python2:
2929
docker:
30-
- image: circleci/python:2.7.15
30+
- image: circleci/python:2.7.18
3131
steps: *build_and_test_steps
3232

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

3838

0 commit comments

Comments
 (0)