Skip to content

Commit 6b1765b

Browse files
authored
Merge pull request #555 from light-curve/msrv-3.13t
Put 3.13t back to MSRV test
2 parents 0c880af + 5cc8941 commit 6b1765b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ jobs:
194194
uses: actions/setup-python@v5
195195
with:
196196
python-version: '3.9'
197+
- name: Set up Python 3.13t
198+
uses: actions/setup-python@v5
199+
with:
200+
python-version: '3.13t'
197201
- name: Set up Python 3.14t
198202
uses: actions/setup-python@v5
199203
with:
@@ -219,4 +223,5 @@ jobs:
219223
run: |
220224
rustup default ${{ steps.get_msrv.outputs.msrv }}
221225
maturin build -i python3.9
226+
maturin build -i python3.13t
222227
maturin build -i python3.14t

0 commit comments

Comments
 (0)