Skip to content

Commit 630612a

Browse files
authored
Add Python 3.7
1 parent 286cb0f commit 630612a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def main():
5252
'Programming Language :: Python :: 3.3',
5353
'Programming Language :: Python :: 3.4',
5454
'Programming Language :: Python :: 3.5',
55-
'Programming Language :: Python :: 3.6'
55+
'Programming Language :: Python :: 3.6',
56+
'Programming Language :: Python :: 3.7'
5657
]
5758
)
5859

0 commit comments

Comments
 (0)