Skip to content

Commit 3b74bfd

Browse files
committed
👷 ci: test the free-threaded 3.15 build
1 parent 76c4138 commit 3b74bfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/check.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
matrix:
2121
env:
2222
- "3.15"
23+
- "3.15t"
2324
- "3.14"
2425
- "3.13"
2526
- "3.12"

‎tox.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requires = ["tox>=4.38", "tox-uv>=1.29"]
2-
env_list = ["fix", "3.15", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "type-3.8", "type-3.14", "docs", "pkg_meta"]
2+
env_list = ["fix", "3.15", "3.15t", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "type-3.8", "type-3.14", "docs", "pkg_meta"]
33
skip_missing_interpreters = true
44

55
[env_run_base]

0 commit comments

Comments
 (0)