From 55869d5b59d46e01d1d5427225b9741337f57bca Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Wed, 23 Jun 2021 10:42:44 +0200 Subject: [PATCH] removed even more python versions --- .github/workflows/python-package.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index 579873a..f41c0aa 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: 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: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 3465418..114e22f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [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 [testenv]