mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-13 09:02:34 +08:00
drop python3.4
This commit is contained in:
@@ -28,11 +28,6 @@ python2:
|
||||
stage: test
|
||||
script: tox -e py27
|
||||
|
||||
python34:
|
||||
image: python:3.4
|
||||
stage: test
|
||||
script: tox -e py34
|
||||
|
||||
python35:
|
||||
image: python:3.5
|
||||
stage: test
|
||||
|
||||
@@ -13,8 +13,6 @@ matrix:
|
||||
include:
|
||||
- python: 2.7
|
||||
env: TOXENV=py27
|
||||
- python: 3.4
|
||||
env: TOXENV=py34
|
||||
- python: 3.5
|
||||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
# https://github.com/pypa/virtualenv/issues/1963
|
||||
virtualenv!=20.0.32;python_version=="3.4"
|
||||
tox
|
||||
|
||||
@@ -23,7 +23,6 @@ classifiers =
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
@@ -50,7 +49,7 @@ install_requires=
|
||||
functools32; python_version<"3.2"
|
||||
importlib-metadata; python_version<"3.8"
|
||||
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
Reference in New Issue
Block a user