Skip to content

Commit edc13b9

Browse files
Jammy2211claude
authored andcommitted
feat: add Python 3.14 classifier
Follow-up to PyAutoLabs/PyAutoFit#1439 (Python 3.14 forkserver fix, merged). Refs PyAutoLabs/PyAutoHands#219. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c4e1c5c commit edc13b9

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)