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 8466338 commit f740caaCopy full SHA for f740caa
.github/workflows/publish_stable.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v5
28
with:
29
- python-version: "3.11"
+ python-version: "3.14"
30
- name: Install Build Tools
31
run: |
32
python -m pip install build wheel
.github/workflows/release_workflow.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
- python-version: '3.11'
+ python-version: '3.14'
80
81
- name: Get version from setup.py
82
id: get_version
0 commit comments