Skip to content

Commit 22a6996

Browse files
committed
Remove Python 3.5 from tests
1 parent b3a4885 commit 22a6996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tox_env: ${{ matrix.tox_env }}
2121
strategy:
2222
matrix:
23-
tox_env: [py27, py35, py36, py37, py38, py39, pypy2, pypy3]
23+
tox_env: [py27, py36, py37, py38, py39, pypy2, pypy3]
2424

2525
# Use GitHub's Linux Docker host
2626
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.tox]
66
legacy_tox_ini = """
77
[tox]
8-
envlist = py27,py35,py36,py37,py38,py39,pypy2,pypy3
8+
envlist = py27,py36,py37,py38,py39,pypy2,pypy3
99
skipsdist = True
1010
1111
[testenv]

0 commit comments

Comments
 (0)