Skip to content

Commit 8ecb4e6

Browse files
authored
Merge pull request #683 from PyAutoLabs/feature/py314-promotion
feat: add Python 3.14 classifier
2 parents 8064fe1 + 93700b6 commit 8ecb4e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ classifiers = [
1919
"Natural Language :: English",
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python :: 3.12",
22-
"Programming Language :: Python :: 3.13"
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14"
2324
]
2425
keywords = ["cli"]
2526
dependencies = [

0 commit comments

Comments
 (0)