Python 3.6 is now the minimum supported version

This commit is contained in:
Philipp Wolfer
2021-03-16 08:03:13 +01:00
parent 9338cab225
commit cf8325faff
3 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
pip install pytest pytest-randomly pytest-cov
pytest --verbose --cov=picard --cov-report xml:coverage.xml test
- name: Test python-libdiscid (Linux)
if: runner.os == 'Linux' && matrix.python-version != '3.5'
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libdiscid-dev