Skip to content

Commit eb3edea

Browse files
authored
pproxy 1.3
1 parent e6c0e38 commit eb3edea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Python3
3131

3232
From **pproxy** 1.1.0, the minimal Python requirement is **3.3**, since old python versions are still widely used and PyPy3 only has 3.3 support currently. *Python 2* will not be supported in the future.
3333

34+
From **proxy** 1.3.0, the minimal Python requirement is **3.7**, since **Python 3.7** make the **async**/**await**/ reserved words, we cannot make pproxy compatible with old versions anymore.
35+
3436
Installation
3537
-----------
3638

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def find_version(*file_paths):
2525
author='Qian Wenjie',
2626
author_email='[email protected]',
2727
license='MIT',
28+
python_requires='>=3.7',
2829
classifiers=[
2930
'Development Status :: 5 - Production/Stable',
3031
'Environment :: Console',
@@ -33,10 +34,7 @@ def find_version(*file_paths):
3334
'Topic :: Software Development :: Build Tools',
3435
'License :: OSI Approved :: MIT License',
3536
'Programming Language :: Python :: 3',
36-
'Programming Language :: Python :: 3.3',
37-
'Programming Language :: Python :: 3.4',
38-
'Programming Language :: Python :: 3.5',
39-
'Programming Language :: Python :: 3.6',
37+
'Programming Language :: Python :: 3.7',
4038
],
4139
keywords='proxy socks http shadowsocks redirect tunnel cipher ssl',
4240
packages=['pproxy'],

0 commit comments

Comments
 (0)