We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15501c7 commit bab742aCopy full SHA for bab742a
pyproject.toml
@@ -38,15 +38,14 @@ classifiers = [
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
"Programming Language :: Python :: 3.12",
41
-# "Programming Language :: Python :: 3.13", TODO not yet supported
42
"Programming Language :: Python :: 3 :: Only",
43
]
44
45
[project.urls]
46
Repository = "https://github.com/opentensor/async-substrate-interface/"
47
48
[build-system]
49
-requires = ["setuptools"]
+requires = ["setuptools~=70.0.0", "wheel"]
50
build-backend = "setuptools.build_meta"
51
52
[project.optional-dependencies]
0 commit comments