Skip to content

Commit ea1a304

Browse files
authored
chore: officially support Python 3.14 (in pyproject.toml metadata) (#676)
1 parent 38c45de commit ea1a304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
]
2425

2526
dependencies = [

0 commit comments

Comments
 (0)