File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ name = "fms-model-optimizer"
77description = " Quantization Techniques"
88readme = " README.md"
99license = {text = " Apache-2.0" }
10- requires-python = " >= 3.9,<3.12"
10+ requires-python = " >3.9,<= 3.12"
1111classifiers =[
1212 " Development Status :: 3 - Alpha" ,
1313 " License :: OSI Approved :: Apache Software License" ,
1414 " License :: OSI Approved :: MIT License" ,
1515 " Operating System :: POSIX :: Linux" ,
1616 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
1717 " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
20+ " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: Implementation :: CPython" ,
2222]
2323dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments