Upgrade to Python 3.9

This commit is contained in:
Shane McDonald
2022-01-07 19:50:17 -05:00
parent aa9124e072
commit 44968cc01e
2 changed files with 64 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
PYTHON ?= python3.8
PYTHON ?= python3.9
PYTHON_VERSION = $(shell $(PYTHON) -c "from distutils.sysconfig import get_python_version; print(get_python_version())")
OFFICIAL ?= no
NODE ?= node