Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 2e19a28

Browse files
committed
Put an end of raping of the corpse of python 2 in this package.
1 parent a4b2c5c commit 2e19a28

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.cfg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: Implementation :: CPython
2121

2222
[options]
23+
python_requires = >= 3.4
2324
packages =
2425
hyper
2526
hyper.http20
@@ -30,10 +31,6 @@ install_requires =
3031
hyperframe>=3.2,<4.0
3132
rfc3986>=1.1.0,<2.0
3233
brotlipy>=0.7.0
33-
pyOpenSSL>=0.15; python_full_version < "2.7.9" # Fallback to good SSL on bad Python versions.
34-
service_identity>=14.0.0; python_full_version < "2.7.9"
35-
cryptography<1.0; platform_python_implementation == "pypy" and python_full_version < "2.7.9" # PyPy with bad SSL modules will likely also need the cryptography module at lower than 1.0, because it doesn't support CFFI v1.0 yet.
36-
enum34>=1.0.4, <2; python_version == "2.7" or python_version == "3.3"
3734

3835
include_package_data = True
3936
tests_require = pytest; requests; mock
@@ -56,4 +53,4 @@ fast = pycohttpparser
5653
universal = 1
5754

5855
[flake8]
59-
max-complexity = 15
56+
max-complexity = 15

0 commit comments

Comments
 (0)