remove old pythons

master^2
meejah 2 years ago
parent 2c7582a454
commit 337102d02c

@ -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]
steps:
- uses: actions/checkout@v2

@ -1,5 +1,9 @@
User-visible changes in "magic-wormhole":
## Upcoming Release
* Python 3.5 and 3.6 are past their EOL date and support is dropped (#448)
## Release 0.12.0 (04-Apr-2020)
* A command like `wormhole send /dev/fd0` can send the contents of the named

@ -4,8 +4,8 @@
# and then run "tox" from this directory.
[tox]
# useful envs: py27-nodilate, py35, py36, py37, py38, pypy, flake8
envlist = {py27-nodilate,py35,py36,py37,py38}
# useful envs: py27-nodilate, py37, py38, pypy, flake8
envlist = {py27-nodilate,py37,py38}
skip_missing_interpreters = True
minversion = 2.4.0

Loading…
Cancel
Save