Skip to content

Commit 71b5052

Browse files
committed
Add Python 3.14 support to CI and project classifiers
1 parent ca913c8 commit 71b5052

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
platform: [ 'windows-latest', 'ubuntu-latest' ]
37-
python-version: [ 'cp310', 'cp311', 'cp312', 'cp313' ]
37+
python-version: [ 'cp310', 'cp311', 'cp312', 'cp313', 'cp314' ]
3838
timeout-minutes: 35
3939
env:
4040
CONAN_REVISIONS_ENABLED: 1

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
2425
"Operating System :: Microsoft :: Windows",
2526
"Operating System :: POSIX :: Linux"

0 commit comments

Comments
 (0)