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 4e0cea6 commit e1cd4f4Copy full SHA for e1cd4f4
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Set up Python
135
uses: actions/setup-python@v5
136
with:
137
- python-version: '3.12'
+ python-version: '3.14'
138
- name: Install test dependencies
139
run: |
140
python -m pip install --upgrade pip
.github/workflows/pages-ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
- python-version: "3.12"
+ python-version: "3.14"
24
25
- name: Install dependencies
26
.github/workflows/pages.yml
@@ -24,7 +24,7 @@ jobs:
27
28
29
30
0 commit comments