We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91afb91 commit 11ffdb4Copy full SHA for 11ffdb4
.github/workflows/doc.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Checkout code
22
uses: actions/checkout@v4
23
24
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
25
uses: actions/setup-python@v5
26
with:
27
- python-version: '3.11'
+ python-version: '3.13'
28
cache: 'pip'
29
cache-dependency-path: pyproject.toml
30
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
20
- python-version: "3.11"
+ python-version: "3.13"
0 commit comments