Run tests on Python 3.10

This commit is contained in:
Philipp Wolfer
2021-11-07 10:00:35 +01:00
parent dd80c1d078
commit bbafe6090e

View File

@@ -8,13 +8,13 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
- os: macos-latest
python-version: 3.6
python-version: '3.6'
include:
- os: macos-10.15
python-version: 3.6
python-version: '3.6'
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
python-version: ['3.7']
dependencies: [
"PyQt5==5.14.2",
"PyQt5==5.13.2",
@@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.8]
python-version: ['3.8']
steps:
- uses: actions/checkout@v2