Skip to content

Commit

Permalink
remove python 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
  • Loading branch information
haraldh committed Dec 6, 2021
1 parent d6f3936 commit 52632b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox_env: [py27, py35, py36, py37, py38, py39, py310, pypy2, pypy3, pep8]
tox_env: [py27, py36, py37, py38, py39, py310, pypy2, pypy3, pep8]

# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py310,py39,py38,py37,py36,py35,py27,pep8,pypy2,pypy3
envlist = py310,py39,py38,py37,py36,py27,pep8,pypy2,pypy3

[testenv]
usedevelop = True
Expand Down

0 comments on commit 52632b0

Please sign in to comment.