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 20b7f9a commit 622a37dCopy full SHA for 622a37d
.github/workflows/publish_stable.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v1
28
with:
29
- python-version: 3.8
+ python-version: 3.14
30
- name: Install Build Tools
31
run: |
32
python -m pip install build wheel
.github/workflows/release_workflow.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -75,7 +75,7 @@ jobs:
75
76
uses: actions/setup-python@v2
77
78
- python-version: '3.10'
+ python-version: '3.14'
79
80
- name: Get version from setup.py
81
id: get_version
0 commit comments