File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ readme = "README.md"
2121description = " A template repository to start building a Python package."
2222
2323# python minimum version requirement, must be compatible
24- requires-python = " >= 3.11 "
24+ requires-python = " >= 3.10 "
2525
2626# license file, directly change the file to reflect changes
2727license = {file = " LICENSE" }
@@ -40,7 +40,10 @@ classifiers = [
4040
4141 # list of supported python versions
4242 " Programming Language :: Python :: 3" ,
43- " Programming Language :: Python :: 3.11"
43+ " Programming Language :: Python :: 3.10" ,
44+ " Programming Language :: Python :: 3.11" ,
45+ " Programming Language :: Python :: 3.13" ,
46+ " Programming Language :: Python :: 3.14" ,
4447]
4548
4649[project .urls ]
You can’t perform that action at this time.
0 commit comments