Skip to content

Commit

Permalink
Bump python to 3.13 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Dec 25, 2024
1 parent 71efdb9 commit 7e1c26b
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 aio-request > .python-version && pyenv install -s 3.12 && pyenv virtualenv -f 3.12 aio-request
echo aio-request > .python-version && pyenv install -s 3.13 && pyenv virtualenv -f 3.13 aio-request

pyenv-delete:
pyenv virtualenv-delete -f aio-request

0 comments on commit 7e1c26b

Please sign in to comment.