Skip to content

Commit 8f19b3d

Browse files
committed
ci: add tests for 3.13t and pypy 3.10
1 parent 6a29511 commit 8f19b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false # If one platform fails, allow the rest to keep testing.
4848
matrix:
4949
rust: [stable]
50-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
50+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "pypy-3.9", "pypy-3.10"]
5151
platform:
5252
[
5353
{
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v4
104104

105105
- name: Set up Python ${{ matrix.python-version }}
106-
uses: actions/setup-python@v5
106+
uses: Quansight-Labs/setup-python@v5
107107
with:
108108
python-version: ${{ matrix.python-version }}
109109
architecture: ${{ matrix.platform.python-architecture }}

0 commit comments

Comments
 (0)