Skip to content

Commit e1e98aa

Browse files
Merge pull request #83 from chichun-charlie-liu/main
feat: confirmed py3.12 with pt2.5.1
2 parents 5902c24 + 7004e22 commit e1e98aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ name = "fms-model-optimizer"
77
description = "Quantization Techniques"
88
readme = "README.md"
99
license = {text = "Apache-2.0"}
10-
requires-python = ">=3.9,<3.12"
10+
requires-python = ">3.9,<=3.12"
1111
classifiers=[
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
]
2323
dynamic = ["version"]

0 commit comments

Comments
 (0)