Skip to content

Commit

Permalink
Merge pull request #75 from hugovk/rm-3.4
Browse files Browse the repository at this point in the history
Drop support for EOL Python 3.4
  • Loading branch information
jaraco committed Apr 19, 2019
2 parents 4ef13fb + f57d6ae commit d8ade0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: python
sudo: false # Use container-based infrastructure

matrix:
fast_finish: true
include:
- python: 3.7
dist: xenial
sudo: true
- python: &latest_py3 3.6
- python: 3.5
- python: 3.4
- python: pypy3
- python: 2.7
- python: pypy
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"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",
Expand All @@ -31,7 +30,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Linguistic",
],
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.*",
install_requires=["importlib_metadata"],
setup_requires=["setuptools_scm"],
)
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist = python
pypy = pypy
pypy3 = pypy3
2.7 = py27
3.4 = py34
3.5 = py35
3.6 = py36, black
3.7 = py37, flake8
Expand Down

0 comments on commit d8ade0e

Please sign in to comment.