Skip to content

Commit af14fd8

Browse files
committed
we now officially support Python 3.6
1 parent 876b81d commit af14fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def get_version():
5252
'Programming Language :: Python :: 3.3',
5353
'Programming Language :: Python :: 3.4',
5454
'Programming Language :: Python :: 3.5',
55+
'Programming Language :: Python :: 3.6',
5556
],
5657
keywords='textile,text,html markup',
5758
install_requires=['six',],
@@ -66,4 +67,3 @@ def get_version():
6667
include_package_data=True,
6768
zip_safe=False,
6869
)
69-

0 commit comments

Comments
 (0)