Skip to content

Commit b3cd083

Browse files
authored
Merge pull request #145 from miesgre/patch-1
Restrict Python version to <3.13
2 parents c4563ce + 0b0a18a commit b3cd083

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
@@ -14,7 +14,7 @@ maintainers = [{ name = "Javi Palanca", email = "[email protected]" }]
1414
license = "MIT"
1515
readme = "README.rst"
1616
keywords = ["spade"]
17-
requires-python = ">=3.9"
17+
requires-python = ">=3.9, <3.13"
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",
@@ -91,4 +91,4 @@ indent-style = "space"
9191
skip-magic-trailing-comma = false
9292

9393
[tool.ruff.lint.isort]
94-
known-first-party = ["spade"]
94+
known-first-party = ["spade"]

0 commit comments

Comments
 (0)