From 7e1c26baa287a784e517cb376d079beeff59ff8f Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Wed, 25 Dec 2024 10:58:21 +0000 Subject: [PATCH] Bump python to 3.13 in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eef75e..87ba9f7 100644 --- a/Makefile +++ b/Makefile @@ -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