Skip to content

Commit 99a44fa

Browse files
authored
CircleCI: Upgrade to Python 3.9
1 parent bc28622 commit 99a44fa

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)