Skip to content

Commit

Permalink
Bump python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed May 21, 2024
1 parent b6390c6 commit ff007f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff007f4

Please sign in to comment.