f292ef4 introduced a check for the Python version but uses `.version`, which isn't friendly to other Pythons like PyPy which use versions strings like 7.3, failing the >=3.10 check. Using `.pythonVersion` fixes this check. Co-authored-by: Pierre Bourdon <delroth@gmail.com> |
||
---|---|---|
.. | ||
conda-install-hook.sh | ||
conda-unpack-hook.sh | ||
default.nix | ||
egg-build-hook.sh | ||
egg-install-hook.sh | ||
egg-unpack-hook.sh | ||
pip-build-hook.sh | ||
pip-install-hook.sh | ||
pypa-build-hook-test.nix | ||
pypa-build-hook.sh | ||
pypa-install-hook.sh | ||
pytest-check-hook.sh | ||
python-catch-conflicts-hook.sh | ||
python-imports-check-hook.sh | ||
python-namespaces-hook.sh | ||
python-output-dist-hook.sh | ||
python-recompile-bytecode-hook.sh | ||
python-relax-deps-hook.sh | ||
python-remove-bin-bytecode-hook.sh | ||
python-remove-tests-dir-hook.sh | ||
setuptools-build-hook.sh | ||
setuptools-check-hook.sh | ||
setuptools-rust-hook.sh | ||
sphinx-hook.sh | ||
unittest-check-hook.sh | ||
venv-shell-hook.sh | ||
wheel-unpack-hook.sh |