mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-13 19:41:03 +08:00
Drop support for EOL Python 3.3
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
[tox]
|
||||
envlist = {py27,py33,py34,py35,py36,py37}
|
||||
envlist = {py27,py34,py35,py36,py37}
|
||||
[testenv]
|
||||
extras = testing
|
||||
deps =
|
||||
py33: pytest>=3.0.7,<3.3
|
||||
py27,py34: pytest<5
|
||||
py33: setuptools<37
|
||||
coverage: coverage
|
||||
setenv =
|
||||
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
||||
|
||||
Reference in New Issue
Block a user