Skip to content

Commit 608c29e

Browse files
authored
Add free threaded Python 3.14t to workflow matrix
1 parent 0de368f commit 608c29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
40+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
4141
os: [ubuntu-latest, macOs-latest]
4242
steps:
4343
- name: Checkout python-for-android

0 commit comments

Comments
 (0)