File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " ossmodelconnector"
77version = " 1.0.0rc1"
88description = " OSS model connector for AI/ML"
9- requires-python = " >=3.8,<3.13 "
9+ requires-python = " >=3.8,<3.14 "
1010readme = " README.md"
1111dependencies = [
1212 " torch >= 2.0" ,
@@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.10" ,
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2728]
2829
2930[tool .setuptools .packages .find ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " osstorchconnector"
77version = " 1.0.0rc1"
88description = " OSS connector for AI/ML"
9- requires-python = " >=3.8,<3.13 "
9+ requires-python = " >=3.8,<3.14 "
1010readme = " README.md"
1111dependencies = [
1212 " torch >= 2.0" ,
@@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.10" ,
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2728]
2829
2930[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments