Skip to content

Commit 107a185

Browse files
committed
update Python versions
1 parent 329c04b commit 107a185

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.14'
27+
python-version: '3.13'
2828

2929
- name: Install and Setup
3030
run: |
@@ -161,7 +161,6 @@ jobs:
161161
- "3.11"
162162
- "3.12"
163163
- "3.13"
164-
- "3.14"
165164
- "pypy3.8"
166165
- "pypy3.9"
167166
- "pypy3.10"
@@ -193,7 +192,7 @@ jobs:
193192
python util/wheel_rename.py dist/*.whl
194193
195194
- name: No Source Distribution for Python ${{ matrix.python-version }}
196-
if: ${{ matrix.python-version != '3.14' }}
195+
if: ${{ matrix.python-version != '3.13' }}
197196
run: |
198197
rm dist/*.tar.gz
199198
@@ -237,7 +236,6 @@ jobs:
237236
- "3.11"
238237
- "3.12"
239238
- "3.13"
240-
- "3.14"
241239
steps:
242240
- uses: actions/checkout@v4
243241
with:

.github/workflows/cron-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-python@v4
1919
with:
20-
python-version: '3.14'
20+
python-version: '3.13'
2121

2222
- name: Install and Setup
2323
run: |

.github/workflows/cron-vendor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.14'
17+
python-version: '3.13'
1818

1919
- name: Install and Setup
2020
run: |

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.14'
27+
python-version: '3.13'
2828

2929
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
3030
run: |

0 commit comments

Comments
 (0)