Skip to content

Commit b34d8b9

Browse files
committed
Mark uvloop as Python 3-only
1 parent 30378df commit b34d8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def build_extensions(self):
112112
],
113113
classifiers=[
114114
'Development Status :: 4 - Beta',
115+
'Programming Language :: Python :: 3 :: Only',
115116
'Programming Language :: Python :: 3.5',
116117
'License :: OSI Approved :: Apache Software License',
117118
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)