drop py3.3 support, since new txtorcon imports asyncio on py3

py3.3 is pretty rare in the wild anyways
This commit is contained in:
Brian Warner 2017-05-24 17:11:25 -07:00
parent 6b4ed71c8a
commit 598ab8b62a
4 changed files with 5 additions and 7 deletions

View File

@ -13,8 +13,6 @@ environment:
# http://www.appveyor.com/docs/installed-software#python # http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python33-x64"
DISTUTILS_USE_SDK: "1" DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python34-x64"

View File

@ -21,4 +21,5 @@ after_success:
- codecov - codecov
matrix: matrix:
allow_failures: allow_failures:
- python: "3.3"
- python: "nightly" - python: "nightly"

View File

@ -66,8 +66,7 @@ a bug in pynacl which gets confused when the libsodium runtime is installed
(e.g. `libsodium13`) but not the development package. (e.g. `libsodium13`) but not the development package.
Developers can clone the source tree and run `tox` to run the unit tests on Developers can clone the source tree and run `tox` to run the unit tests on
all supported (and installed) versions of python: 2.7, 3.3, 3.4, 3.5, and all supported (and installed) versions of python: 2.7, 3.4, 3.5, and 3.6.
3.6.
## Motivation ## Motivation
@ -234,8 +233,8 @@ If this happens, run `pip install -e .[dev]` again.
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.3, 3.4, 3.5, and 3.6 . It This library is compatible with python2.7, 3.4, 3.5, and 3.6 . It is
is probably compatible with py2.6, but the latest Twisted (>=15.5.0) is probably compatible with py2.6, but the latest Twisted (>=15.5.0) is
not. not.

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = {py27,py33,py34,py35,py36,pypy} envlist = {py27,py34,py35,py36,pypy}
skip_missing_interpreters = True skip_missing_interpreters = True
minversion = 2.4.0 minversion = 2.4.0