Skip to content

Commit

Permalink
Stopped testing against Python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Nov 22, 2021
1 parent 00868cd commit 500ff41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
fail-fast: false
matrix:
versions:
- python: 3.5
toxenv: py35-2.2.X
- python: 3.6
toxenv: py36-2.2.X
- python: 3.7
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tox]
envlist =
{py35,py36,py37,py38,py39}-2.2.X
{py36,py37,py38,py39}-2.2.X
{py36,py37,py38,py39}-3.1.X
{py36,py37,py38,py39}-3.2.X
{py38,py39}-4.0.X
[testenv]
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
Expand Down

0 comments on commit 500ff41

Please sign in to comment.