removed ancient versions

This commit is contained in:
Bastian Venthur 2021-06-23 10:40:34 +02:00
parent e44a4d629a
commit 83a6ae091c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.4, 2.5, 2.6, 2.7, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, pypy]
python: [2.7, 3.6, 3.7, 3.8, pypy]
steps:
- uses: actions/checkout@v2