Skip to content

Commit

Permalink
default to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Oct 24, 2021
1 parent 18d8dc9 commit ce26a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -10,7 +10,7 @@ SELF:=$(firstword $(MAKEFILE_LIST))

PKG=hgvs
PKGD=$(subst .,/,${PKG})
PYV:=3.8
PYV:=3.9
VEDIR=venv/${PYV}

TEST_DIRS:=tests
Expand All @@ -31,7 +31,7 @@ help:

#=> venv: make a Python 3 virtual environment
venv: ${VEDIR}
venv/3.6 venv/3.7 venv/3.8: venv/%:
venv/%:
python$* -mvenv $@; \
source $@/bin/activate; \
python -m ensurepip --upgrade; \
Expand Down

0 comments on commit ce26a30

Please sign in to comment.