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.
2 parents c4563ce + 0b0a18a commit b3cd083Copy full SHA for b3cd083
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [{ name = "Javi Palanca", email = "[email protected]" }]
14
license = "MIT"
15
readme = "README.rst"
16
keywords = ["spade"]
17
-requires-python = ">=3.9"
+requires-python = ">=3.9, <3.13"
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
20
"Intended Audience :: Developers",
@@ -91,4 +91,4 @@ indent-style = "space"
91
skip-magic-trailing-comma = false
92
93
[tool.ruff.lint.isort]
94
-known-first-party = ["spade"]
+known-first-party = ["spade"]
0 commit comments