We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc28622 + 99a44fa commit abe2b2bCopy full SHA for abe2b2b
.circleci/config.yml
@@ -12,7 +12,7 @@ build_and_test: &build_and_test_steps
12
jobs:
13
StyleCheck:
14
docker:
15
- - image: circleci/python:3.8
+ - image: circleci/python:3.9
16
steps:
17
- checkout
18
- run: sudo pip install black codespell flake8
@@ -27,12 +27,12 @@ jobs:
27
28
Python2:
29
30
- - image: circleci/python:2.7.15
+ - image: circleci/python:2.7.18
31
steps: *build_and_test_steps
32
33
Python3:
34
35
36
37
38
0 commit comments