Skip to content

Commit

Permalink
update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryShaw committed Nov 3, 2024
1 parent 329c04b commit 107a185
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.14'
python-version: '3.13'

- name: Install and Setup
run: |
Expand Down Expand Up @@ -161,7 +161,6 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
- "pypy3.8"
- "pypy3.9"
- "pypy3.10"
Expand Down Expand Up @@ -193,7 +192,7 @@ jobs:
python util/wheel_rename.py dist/*.whl
- name: No Source Distribution for Python ${{ matrix.python-version }}
if: ${{ matrix.python-version != '3.14' }}
if: ${{ matrix.python-version != '3.13' }}
run: |
rm dist/*.tar.gz
Expand Down Expand Up @@ -237,7 +236,6 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.14'
python-version: '3.13'

- name: Install and Setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.14'
python-version: '3.13'

- name: Install and Setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.14'
python-version: '3.13'

- 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.
run: |
Expand Down

0 comments on commit 107a185

Please sign in to comment.