Skip to content

Commit 9e4c91c

Browse files
committed
support 3.14
1 parent 983f20d commit 9e4c91c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
pyv: ['3.9', '3.10', '3.11', '3.12', '3.13']
24+
pyv: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2525

2626
steps:
2727
- name: Check out the repository

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"Development Status :: 4 - Beta",
2223
]
2324
requires-python = ">=3.9"

0 commit comments

Comments
 (0)