mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 00:50:07 +00:00
python 3.4 no longer supported (EOL)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pycodestyle; python_version >= '3.0'
|
||||
nose; python_version >= '3.0'
|
||||
coverage; python_version >= '3.0'
|
||||
coveralls; python_version >= '3.0'
|
||||
pyflakes; python_version >= '3.0'
|
||||
pycodestyle; python_version > '3.4'
|
||||
nose; python_version > '3.4'
|
||||
coverage; python_version > '3.4'
|
||||
coveralls; python_version > '3.4'
|
||||
pyflakes; python_version > '3.4'
|
||||
|
||||
Reference in New Issue
Block a user