Using python 3.9

This commit is contained in:
Caleb Herpin 2021-07-27 11:44:15 -05:00
parent 08e06328cd
commit 193bc0f7af
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.9]
cfg:
#-------- Operating Systems ----------------
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023

View File

@ -1,7 +1,7 @@
PYTHON = python
test:
venv/bin/python -m pytest tests/civet_server/test_http.py tests/civet_server/test_ws.py # tests/gsetup
$(PYTHON) -m pytest tests/civet_server/test_http.py tests/civet_server/test_ws.py # tests/gsetup
venv:
$(PYTHON) -m pip install virtualenv