We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e20f8 commit bebd9cfCopy full SHA for bebd9cf
setup.py
@@ -28,7 +28,6 @@
28
'Intended Audience :: Developers',
29
'Topic :: Software Development :: Libraries',
30
'License :: OSI Approved :: MIT License',
31
- 'Programming Language :: Python :: 3.6',
32
'Programming Language :: Python :: 3.7',
33
'Programming Language :: Python :: 3.8',
34
'Programming Language :: Python :: 3.9',
@@ -37,7 +36,7 @@
37
36
'Programming Language :: Python :: Implementation :: CPython',
38
'Programming Language :: Python :: Implementation :: PyPy',
39
],
40
- python_requires=">=3.6",
+ python_requires=">=3.7",
41
keywords='websocket client server trio',
42
packages=find_packages(exclude=['docs', 'examples', 'tests']),
43
install_requires=[
0 commit comments