Skip to content

Commit 3cb8714

Browse files
committed
Update documentation, setup.py, and CI build for 3.7+ requirement
1 parent ad94bfe commit 3cb8714

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
language: python
22
matrix:
33
include:
4-
- python: 2.7
5-
dist: trusty
6-
env: RUN_SNYK=1
7-
- python: 3.5
8-
dist: trusty
9-
- python: 3.6
10-
dist: trusty
114
- python: 3.7
125
dist: xenial
136
- python: 3.8
147
dist: xenial
158
env: RUN_LINTER=1
169
- python: nightly
1710
dist: xenial
18-
- python: pypy
11+
- python: pypy3
1912
dist: trusty
2013
allow_failures:
2114
- python: nightly

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
2.0.0
7+
++++++++++++++++++
8+
9+
* IMPORTANT: Python 3.7 or greater is required.
10+
611
1.5.4 (2020-05-05)
712
++++++++++++++++++
813

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,9 @@ invalid IP address or an IPv6 address in an IPv4 database.
9393
Requirements
9494
------------
9595

96-
This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C
96+
This code requires Python 3.7+. Older versions are not supported. The C
9797
extension requires CPython. The pure Python implementation has been tested with
98-
PyPy.
99-
100-
On Python 2, the `ipaddress module <https://pypi.python.org/pypi/ipaddress>`_ is
101-
required.
98+
PyPy3.
10299

103100
Versioning
104101
----------

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def run_setup(with_cext):
133133
"Intended Audience :: System Administrators",
134134
"License :: OSI Approved :: Apache Software License",
135135
"Programming Language :: Python :: 3",
136-
"Programming Language :: Python :: 3.5",
137-
"Programming Language :: Python :: 3.6",
138136
"Programming Language :: Python :: 3.7",
139137
"Programming Language :: Python :: 3.8",
140138
"Programming Language :: Python",

0 commit comments

Comments
 (0)