Skip to content

Commit ab8a8f9

Browse files
committed
CI: Validate on Python 3.14
1 parent e33ba2b commit ab8a8f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
"3.11",
3232
"3.12",
3333
"3.13",
34+
"3.14",
3435
]
3536

3637
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
4343
"Programming Language :: Python :: 3.13",
44+
"Programming Language :: Python :: 3.14",
4445
"Programming Language :: Python :: Implementation :: CPython",
4546
"Programming Language :: Python :: Implementation :: PyPy",
4647
"Typing :: Typed",

0 commit comments

Comments
 (0)