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 bb2613d commit 225553bCopy full SHA for 225553b
pyproject.toml
@@ -9,7 +9,7 @@ description = "Add-on datastore validation"
9
maintainers = [
10
{name = "NV Access", email = "info@nvaccess.org"},
11
]
12
-requires-python = "~=3.13"
+requires-python = ">=3.13.0, <3.14"
13
classifiers = [
14
"Development Status :: 5 - Production/Stable",
15
"Intended Audience :: Developers",
@@ -18,7 +18,7 @@ classifiers = [
18
"Topic :: Accessibility",
19
20
readme = "readme.md"
21
-license = {file = "LICENSE.txt", text = "GNU General Public License v3"}
+license = {file = "LICENSE"}
22
dependencies = [
23
"configobj",
24
"jsonschema==4.25.1",
0 commit comments