Skip to content

Commit a349bde

Browse files
committed
support 3.14
1 parent c15ffb7 commit a349bde

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
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
"Development Status :: 4 - Beta",
2122
]
2223
requires-python = ">=3.9"

0 commit comments

Comments
 (0)