Skip to content

Commit bab742a

Browse files
committed
update pyproject.toml
1 parent 15501c7 commit bab742a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
41-
# "Programming Language :: Python :: 3.13", TODO not yet supported
4241
"Programming Language :: Python :: 3 :: Only",
4342
]
4443

4544
[project.urls]
4645
Repository = "https://github.com/opentensor/async-substrate-interface/"
4746

4847
[build-system]
49-
requires = ["setuptools"]
48+
requires = ["setuptools~=70.0.0", "wheel"]
5049
build-backend = "setuptools.build_meta"
5150

5251
[project.optional-dependencies]

0 commit comments

Comments
 (0)