diff --git a/Makefile b/Makefile index 9e6fc59..dda24c4 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: @python3 -m pytest -vv --rootdir tests . pyenv: - echo pytest_pg > .python-version && pyenv install -s 3.10.0 && pyenv virtualenv -f 3.10.0 pytest_pg + echo pytest_pg > .python-version && pyenv install -s 3.12 && pyenv virtualenv -f 3.12 pytest_pg pyenv-delete: pyenv virtualenv-delete -f pytest_pg