1
0
mirror of synced 2025-12-19 17:37:05 -05:00

remove 3.5

This commit is contained in:
Sam Bentley
2020-12-21 15:51:02 +00:00
parent 5995f1dd5e
commit d79dbf3780

View File

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