From 8fc6563219017354bdfbc1bf62ec3a43ad6febcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Mon, 10 Sep 2018 19:51:32 +0200 Subject: Document support for Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2703a9ca..cb0300f7 100755 --- a/setup.py +++ b/setup.py @@ -110,5 +110,6 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ] ) -- cgit v1.2.1