File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed
Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 11language : python
22matrix :
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
Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.0.0
7+ ++++++++++++++++++
8+
9+ * IMPORTANT: Python 3.7 or greater is required.
10+
6111.5.4 (2020-05-05)
712++++++++++++++++++
813
Original file line number Diff line number Diff line change @@ -93,12 +93,9 @@ invalid IP address or an IPv6 address in an IPv4 database.
9393Requirements
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
9797extension 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
103100Versioning
104101----------
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments