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 5e91c0b commit 42ef4ffCopy full SHA for 42ef4ff
setup.py
@@ -27,6 +27,8 @@ def main():
27
'Programming Language :: Python :: 3.4',
28
'Programming Language :: Python :: 3.5',
29
'Programming Language :: Python :: 3.6',
30
+ 'Programming Language :: Python :: 3.7',
31
+ 'Programming Language :: Python :: Implementation :: CPython',
32
'Programming Language :: Python :: Implementation :: PyPy',
33
],
34
packages=['execnet', 'execnet.script'],
0 commit comments