Skip to content

Commit 0b0a18a

Browse files
authored
Restrict Python version to <3.13
1 parent bae0be9 commit 0b0a18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers = [{ name = "Javi Palanca", email = "[email protected]" }]
1515
license = {text = "MIT"}
1616
readme = "README.rst"
1717
keywords = ["spade"]
18-
requires-python = ">=3.9"
18+
requires-python = ">=3.9, <3.13"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Intended Audience :: Developers",
@@ -65,4 +65,4 @@ indent-style = "space"
6565
skip-magic-trailing-comma = false
6666

6767
[tool.ruff.lint.isort]
68-
known-first-party = ["spade"]
68+
known-first-party = ["spade"]

0 commit comments

Comments
 (0)