From 78c226c6c81593755847cfc9a658344ecf60623e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 31 Jan 2019 23:59:52 +0300 Subject: [PATCH] Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2b98bf5..a0be9aa 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ], -- 2.39.2