Skip to content

Commit ad60c21

Browse files
authored
Merge pull request #99 from cclauss/patch-3
CircleCI: Upgrade to Python 3.8
2 parents 329e044 + 8cfef81 commit ad60c21

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.7
15+
- image: circleci/python:3.8
1616
steps:
1717
- checkout
1818
- run: sudo pip install flake8 black
@@ -31,7 +31,7 @@ jobs:
3131

3232
Python3:
3333
docker:
34-
- image: circleci/python:3.7
34+
- image: circleci/python:3.8
3535
steps: *build_and_test_steps
3636

3737

0 commit comments

Comments
 (0)