Skip to content

Commit f8dc1ab

Browse files
committed
Add python3.6 support to pypi metadata
1 parent ebb6c3b commit f8dc1ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def run(cls):
5757
"Programming Language :: Python :: 3.3",
5858
"Programming Language :: Python :: 3.4",
5959
"Programming Language :: Python :: 3.5",
60+
"Programming Language :: Python :: 3.6",
6061
"Programming Language :: Python :: Implementation :: PyPy",
6162
"Topic :: Software Development :: Libraries :: Python Modules",
6263
]

0 commit comments

Comments
 (0)