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 341e3bb commit 6d27627Copy full SHA for 6d27627
3 files changed
.github/workflows/black.yml
@@ -13,7 +13,7 @@ jobs:
13
persist-credentials: false
14
- uses: actions/setup-python@v2
15
with:
16
- python-version: 3.11
+ python-version: 3.13
17
- name: Install Dependencies
18
run: |
19
# These packages are installed in the base environment but may be older
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
- python-version: [3.8]
+ python-version: [3.13]
fail-fast: false
steps:
.github/workflows/docs_publish.yml
@@ -11,7 +11,7 @@ jobs:
0 commit comments