Skip to content

Commit cee7ab3

Browse files
authored
Add support for Python 3.14 in setup.py
1 parent bfa7d40 commit cee7ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,6 @@ def win_spawn(_, cmd, *args, **kwargs):
237237
"Programming Language :: Python :: 3.11",
238238
"Programming Language :: Python :: 3.12",
239239
"Programming Language :: Python :: 3.13",
240+
"Programming Language :: Python :: 3.14",
240241
],
241242
)

0 commit comments

Comments
 (0)