Skip to content

Commit 2d3b243

Browse files
authored
Merge stable into main (#3120)
2 parents 67264c8 + 6707116 commit 2d3b243

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- {python: '3.14'}
17+
- {name: free-threaded-latest, python: '3.14t'}
1718
- {python: '3.13'}
1819
- {name: Windows, python: '3.13', os: windows-latest}
1920
- {name: Mac, python: '3.13', os: macos-latest}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ order-by-type = false
143143
[tool.tox]
144144
env_list = [
145145
"py3.14", "py3.13", "py3.12", "py3.11", "py3.10",
146+
"py3.14t",
146147
"pypy3.11",
147148
"style",
148149
"typing",

0 commit comments

Comments
 (0)