Skip to content

Commit 6161c41

Browse files
authored
Merge pull request #35 from yuchen0cc/main
fix wheel requires python
2 parents e6e3f45 + 2c631ff commit 6161c41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

oss-model-connector/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "ossmodelconnector"
77
version = "1.0.0rc1"
88
description = "OSS model connector for AI/ML"
9-
requires-python = ">=3.8,<3.13"
9+
requires-python = ">=3.8,<3.14"
1010
readme = "README.md"
1111
dependencies = [
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]

oss-torch-connector/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "osstorchconnector"
77
version = "1.0.0rc1"
88
description = "OSS connector for AI/ML"
9-
requires-python = ">=3.8,<3.13"
9+
requires-python = ">=3.8,<3.14"
1010
readme = "README.md"
1111
dependencies = [
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]

0 commit comments

Comments
 (0)