Commit d0528424 by Arun Babu Neelicattu

ci/cirrus: use python 3.8 and 3.9

parent 9399e0e2
...@@ -7,8 +7,8 @@ test_task: ...@@ -7,8 +7,8 @@ test_task:
skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')" skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')"
env: env:
matrix: matrix:
- PYTHON: python3.6
- PYTHON: python3.8 - PYTHON: python3.8
- PYTHON: python3.9
python_script: python_script:
- PYPACKAGE=$(printf '%s' $PYTHON | tr -d '.') - PYPACKAGE=$(printf '%s' $PYTHON | tr -d '.')
- SQLPACKAGE=$(printf '%s-sqlite3' $PYPACKAGE | sed 's/thon//') - SQLPACKAGE=$(printf '%s-sqlite3' $PYPACKAGE | sed 's/thon//')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment