Drop Python 2 from PIO Core test

This commit is contained in:
Ivan Kravets
2021-01-18 18:15:15 +02:00
parent 1ec2e55322
commit 4e637ae58a
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [2.7, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2