You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
# The executor is the environment in which the steps below will be executed - below will use a python 3.8 container
22
22
# Change the version below to your required version of python
23
23
docker:
24
-
- image: cimg/python:3.8
24
+
- image: cimg/python:3.9
25
25
# Checkout the code as the first step. This is a dedicated CircleCI step.
26
26
# The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.
27
27
# Here we're making sure we use just use the system-wide pip. By default it uses the project root's requirements.txt.
@@ -35,10 +35,10 @@ jobs:
35
35
# pip-dependency-file: test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements.
0 commit comments