add python3.9 to pypi

This commit is contained in:
Arne Morten Kvarving
2020-11-25 11:56:54 +01:00
parent 08f8685bd1
commit 62bb1bc196
2 changed files with 8 additions and 8 deletions

View File

@@ -21,4 +21,5 @@ ${PYTHON37} -m pip install pip --upgrade
${PYTHON37} -m pip install wheel setuptools twine pytest-runner auditwheel
${PYTHON38} -m pip install pip --upgrade
${PYTHON38} -m pip install wheel setuptools twine pytest-runner auditwheel
${PYTHON39} -m pip install pip --upgrade
${PYTHON39} -m pip install wheel setuptools twine pytest-runner auditwheel