Drop support for Python 2

This commit is contained in:
Ivan Kravets
2021-01-27 22:25:42 +02:00
parent bd75c3e559
commit 493a33e754
4 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, windows-latest, macos-latest]
python-version: [2.7, 3.7]
python-version: [3.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2