Skip to content

Commit 3a2ad3c

Browse files
committed
Add python 3.14 to the version matrix
1 parent 6e59ab9 commit 3a2ad3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2626

2727
steps:
2828
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Programming Language :: Python :: Implementation :: CPython",
2627
"Programming Language :: Python :: Implementation :: PyPy",
2728
"Topic :: Games/Entertainment",
@@ -58,7 +59,7 @@ test = [
5859
]
5960

6061
[[tool.hatch.envs.all.matrix]]
61-
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
62+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6263

6364
[tool.hatch.envs.lint]
6465
detached = true

0 commit comments

Comments
 (0)