Skip to content

Commit a9f0e19

Browse files
authored
Allow python 3.14 (#3122)
1 parent d0fa867 commit a9f0e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "bittensor.com"}
1212
]
1313
license = { file = "LICENSE" }
14-
requires-python = ">=3.9,<3.14"
14+
requires-python = ">=3.9,<3.15"
1515
dependencies = [
1616
"wheel",
1717
"setuptools~=70.0.0",

0 commit comments

Comments
 (0)