Skip to content

Commit

Permalink
Drop support for almost-EOL Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 3, 2019
1 parent e99d087 commit 00eb3a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Pythons Supported
At this time, the following Python versions are officially supported:

* CPython 2.7
* CPython 3.4
* CPython 3.5
* CPython 3.6
* CPython 3.7
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@
'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',
],
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.*',
tests_require=['pytest'],
install_requires=install,
extras_require={
Expand Down

0 comments on commit 00eb3a2

Please sign in to comment.