Skip to content

Commit fb180e5

Browse files
authored
Update CircleCI to Python 3.9
1 parent 791fadc commit fb180e5

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
@@ -6,9 +6,9 @@ jobs:
66
# Building and testing the project
77
# Useful when a PR is open, for example
88
build-and-test:
9-
# Our environment, Python 3.8
9+
# Our environment, Python 3.9
1010
docker:
11-
- image: circleci/python:3.8
11+
- image: circleci/python:3.9
1212

1313
# The steps for our build-and-test
1414
steps:
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Same environment
5151
docker:
52-
- image: circleci/python:3.8
52+
- image: circleci/python:3.9
5353
steps:
5454

5555
# Gets the code

0 commit comments

Comments
 (0)