Skip to content

Commit 04ab6c2

Browse files
committed
chore: add 3.14 beta 1 support
Signed-off-by: Henry Schreiner <[email protected]>
1 parent e47a651 commit 04ab6c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.8", "pypy-3.10", "3.13"]
55+
python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
5656
runs-on: [ubuntu-latest, macos-13]
5757
cmake-version: ["3.15.x"]
5858

@@ -90,6 +90,9 @@ jobs:
9090
- python-version: "3.12"
9191
runs-on: windows-latest
9292
cmake-version: "3.26.x"
93+
- python-version: "3.14"
94+
runs-on: windows-latest
95+
cmake-version: "4.0.x"
9396
- python-version: "3.13"
9497
runs-on: windows-latest
9598
cmake-version: "3.26.x"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Development Status :: 4 - Beta",
3031
"Typing :: Typed",
3132
]

0 commit comments

Comments
 (0)