Skip to content

Commit f8f8066

Browse files
davidismcclauss
authored andcommitted
GitHub Actions: Add Python 3.14 and 3.14t to the testing
1 parent ee7ad40 commit f8f8066

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- {python: '3.13'}
17-
- {name: Windows, python: '3.13', os: windows-latest}
16+
- {python: '3.14t'}
17+
- {python: '3.14'}
18+
- {name: Windows, python: '3.14', os: windows-latest}
1819
- {name: Mac, python: '3.13', os: macos-latest}
20+
- {python: '3.13'}
1921
- {python: '3.12'}
2022
- {python: '3.11'}
2123
- {python: '3.10'}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ order-by-type = false
158158

159159
[tool.tox]
160160
env_list = [
161-
"py3.13", "py3.12", "py3.11", "py3.10", "py3.9",
161+
"py3.14", "py3.13", "py3.12", "py3.11", "py3.10", "py3.9",
162162
"pypy3.11",
163163
"style",
164164
"typing",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)