Skip to content

Commit d7f7fb7

Browse files
committed
Add 3.13t CI
1 parent 2cf427b commit d7f7fb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
strategy:
1818
matrix:
19-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
@@ -52,6 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, macos-latest]
55+
python: ["3.13", "3.13t"]
5556
steps:
5657
- name: Checkout repository
5758
uses: actions/checkout@v4
@@ -72,7 +73,7 @@ jobs:
7273
- name: Install Python
7374
uses: actions/setup-python@v5
7475
with:
75-
python-version: 3.13
76+
python-version: ${{ matrix.python }}
7677
architecture: "x64"
7778

7879

0 commit comments

Comments
 (0)