Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a745964 commit d03f8c9Copy full SHA for d03f8c9
1 file changed
.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