Skip to content

Commit 42ef4ff

Browse files
committed
Add Python 3.7 classifier
1 parent 5e91c0b commit 42ef4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def main():
2727
'Programming Language :: Python :: 3.4',
2828
'Programming Language :: Python :: 3.5',
2929
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
31+
'Programming Language :: Python :: Implementation :: CPython',
3032
'Programming Language :: Python :: Implementation :: PyPy',
3133
],
3234
packages=['execnet', 'execnet.script'],

0 commit comments

Comments
 (0)