Skip to content

Commit 3f8f072

Browse files
Merge pull request #105 from StrikerRUS/py37
add missed Python 3.7 classifier
2 parents 5645dab + 74f9488 commit 3f8f072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'Programming Language :: Python :: 3',
3636
'Programming Language :: Python :: 3.4',
3737
'Programming Language :: Python :: 3.5',
38-
'Programming Language :: Python :: 3.6'
38+
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3.7',
3940
]
4041
)

0 commit comments

Comments
 (0)