8000
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.
1 parent a745964 commit d03f8c9Copy full SHA for d03f8c9
.circleci/config.yml
@@ -205,9 +205,9 @@ commands:
205
#
206
207
jobs:
208
- docs-python38:
+ docs-python39:
209
docker:
210
- - image: cimg/python:3.8
+ - image: cimg/python:3.9
211
resource_class: large
212
steps:
213
- checkout
@@ -250,4 +250,4 @@ workflows:
250
251
# NOTE: If you rename this job, then you must update the `if` condition
252
# and `circleci-jobs` option in `.github/workflows/circleci.yml`.
253
- - docs-python38
+ - docs-python39
0 commit comments