Skip to content

Commit 90fabb5

Browse files
authored
Merge pull request #53 from bsolomon1124/py-3-678-support
PyPI classifiers: support Python 3.{6,7}
2 parents b09df50 + 48e125c commit 90fabb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@
3333
"Programming Language :: Python :: 3.3",
3434
"Programming Language :: Python :: 3.4",
3535
"Programming Language :: Python :: 3.5",
36+
"Programming Language :: Python :: 3.6",
37+
"Programming Language :: Python :: 3.7",
3638
],
3739
)

0 commit comments

Comments
 (0)