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 2d30917 commit e657bccCopy full SHA for e657bcc
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.6.x'
+ python-version: '3.13.x'
23
24
- name: Upgrade pip
25
run: |
.github/workflows/update-doc-assets.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
- python-version: '3.10.x'
52
53
54
0 commit comments