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