use more recent VENV version so it starts working again

But now the older versions of packages used here stop working
as Python decided to break the world again.
This commit is contained in:
Sebastian Thiel
2023-08-23 08:11:40 +02:00
parent 05f152b9a2
commit a373932db8

View File

@@ -1,9 +1,8 @@
.PHONY: help deps regen-apis license test-gen test clean
.SUFFIXES:
VIRTUALENV_VERSION = 16.0.0
VENV_BIN = .virtualenv.marker
VENV_VERSION = 20.2.2
VENV_VERSION = 20.24.3
VENV_DIR := .pyenv-$(shell uname)
PYTHON_BIN := $(VENV_DIR)/bin/python