Skip to content

Commit f443e2b

Browse files
committed
Add 3.12 to classifiers and limit supported python versions to <3.14
1 parent c15a9a1 commit f443e2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ def find_files(pattern, path=None, root="rez"):
9494
"Programming Language :: Python :: 3.9",
9595
"Programming Language :: Python :: 3.10",
9696
"Programming Language :: Python :: 3.11",
97+
"Programming Language :: Python :: 3.12",
98+
"Programming Language :: Python :: 3.13",
9799
"Topic :: Software Development",
98100
"Topic :: System :: Software Distribution"
99101
],
100-
python_requires=">=3.7",
102+
python_requires=">=3.7,<3.14",
101103
)

0 commit comments

Comments
 (0)