drop python 3.5, 3.6 .. add pythons up to 3.10

This commit is contained in:
meejah 2021-04-15 11:55:37 -06:00
parent a2866c55c9
commit 68b2cbb125
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = {py35,py36,py37,pypy}
envlist = {py37,py38,py39,py310,pypy}
skip_missing_interpreters = True
minversion = 2.4.0