Remove Python 3.4 from tox

This commit is contained in:
Craig Rodrigues 2019-04-05 22:08:57 -07:00
parent cc970790f2
commit 93408d5cd6
1 changed files with 2 additions and 2 deletions

View File

@ -81,9 +81,9 @@ setenv =
lint: TWISTEDCHECKER_SKIP_WARNINGS = W9208,C0302,C0103,C9302
; Configure cibuildwheel to build wheels for:
; CPython 2.7, 3.4, 3.5, 3.6, and 3.7.
; CPython 2.7, 3.5, 3.6, and 3.7.
; This includes variants of bit depth, unicode width, etc.
wheels: CIBW_BUILD=cp27-* cp34-* cp35-* cp36-* cp37-*
wheels: CIBW_BUILD=cp27-* cp35-* cp36-* cp37-*
commands =
;