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 b51c228 commit bb2613dCopy full SHA for bb2613d
README.md
@@ -40,8 +40,7 @@ From cmd.exe:
40
41
To test the scripts used in this action, you can run the unit tests.
42
43
-1. Install [tox](https://pypi.org/project/tox): `pip install tox`
44
-1. `tox`
+1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
45
46
## Python linting
47
pyproject.toml
@@ -9,7 +9,7 @@ description = "Add-on datastore validation"
9
maintainers = [
10
{name = "NV Access", email = "[email protected]"},
11
]
12
-requires-python = "==3.13"
+requires-python = "~=3.13"
13
classifiers = [
14
"Development Status :: 5 - Production/Stable",
15
"Intended Audience :: Developers",
0 commit comments