Drop Python 3.5 and test on 3.9

This commit is contained in:
Roman Zeyde
2021-06-19 21:38:14 +03:00
parent ee5c543737
commit e8cf356248

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2