removed even more python versions

This commit is contained in:
Bastian Venthur 2021-06-23 10:42:44 +02:00
parent 83a6ae091c
commit 55869d5b59
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python: [2.7, 3.6, 3.7, 3.8, pypy] python: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist=py24,py25,py26,py27,py31,py32,py33,py34,py35,py36,py37,py38,py39,pypy envlist=py27,py36,py37,py38,py39,pypy
skipsdist=true skipsdist=true
[testenv] [testenv]