Skip to content

Commit bebd9cf

Browse files
committed
drop Python 3.6 support
1 parent c9e20f8 commit bebd9cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'Intended Audience :: Developers',
2929
'Topic :: Software Development :: Libraries',
3030
'License :: OSI Approved :: MIT License',
31-
'Programming Language :: Python :: 3.6',
3231
'Programming Language :: Python :: 3.7',
3332
'Programming Language :: Python :: 3.8',
3433
'Programming Language :: Python :: 3.9',
@@ -37,7 +36,7 @@
3736
'Programming Language :: Python :: Implementation :: CPython',
3837
'Programming Language :: Python :: Implementation :: PyPy',
3938
],
40-
python_requires=">=3.6",
39+
python_requires=">=3.7",
4140
keywords='websocket client server trio',
4241
packages=find_packages(exclude=['docs', 'examples', 'tests']),
4342
install_requires=[

0 commit comments

Comments
 (0)