metadata/readme updates about dropped versions
This commit is contained in:
parent
cf595b71fa
commit
42a4959ada
|
@ -37,10 +37,10 @@ and the
|
||||||
|
|
||||||
Magic-Wormhole is released under the MIT license, see the `LICENSE` file for details.
|
Magic-Wormhole is released under the MIT license, see the `LICENSE` file for details.
|
||||||
|
|
||||||
This library is compatible with Python 3.6 and higher (tested against 3.6,
|
This library is compatible with Python 3.8 and higher (tested against
|
||||||
3.7, 3.8, and 3.9). It also still works with Python 2.7 and 3.5, although
|
3.8, and 3.9). It also still works with Python 2.7 although that is no
|
||||||
these are no longer supported by upstream libraries like Cryptography, so it
|
longer supported by upstream libraries like Cryptography, so it may
|
||||||
may stop working at any time.
|
stop working at any time.
|
||||||
|
|
||||||
## Packaging, Installation
|
## Packaging, Installation
|
||||||
|
|
||||||
|
|
|
@ -312,8 +312,7 @@ trial wormhole.test.test_cli.PregeneratedCode.test_file_tor
|
||||||
```
|
```
|
||||||
|
|
||||||
Developers can also just clone the source tree and run `tox` to run the unit
|
Developers can also just clone the source tree and run `tox` to run the unit
|
||||||
tests on all supported (and installed) versions of python: 2.7, 3.4, 3.5, and
|
tests on all supported (and installed) versions of python: 2.7, 3.7 and 3.8.
|
||||||
3.6.
|
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
|
@ -336,8 +335,7 @@ Relevant [xkcd](https://xkcd.com/949/) :-)
|
||||||
|
|
||||||
This library is released under the MIT license, see LICENSE for details.
|
This library is released under the MIT license, see LICENSE for details.
|
||||||
|
|
||||||
This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, and
|
This library is compatible with python2.7, 3.7 and 3.8 .
|
||||||
3.6 .
|
|
||||||
|
|
||||||
|
|
||||||
<!-- footnotes -->
|
<!-- footnotes -->
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,8 +11,6 @@ trove_classifiers = [
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.5",
|
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user