Skip to content

Commit

Permalink
use Quansight-Labs/setup-python@v5 for py313t support
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Jan 8, 2025
1 parent 02298c1 commit 7d44a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t" ]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: Quansight-Labs/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-upload-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t" ]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: Quansight-Labs/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -149,13 +149,13 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t" ]
fail-fast: false
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: Quansight-Labs/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 7d44a41

Please sign in to comment.