From de4cafc1dfc98a58cffb42560e962aa9864ec33c Mon Sep 17 00:00:00 2001 From: ralittles <45805624+ralittles@users.noreply.github.com> Date: Thu, 20 Dec 2018 13:36:56 -0800 Subject: [PATCH] Update setup.py to add new Python versions Since Python 3.x releases are all compatible with each other, we can list full Python 3 compatibility on the PyPi archive. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 26bf8ec..a445ebc 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,8 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Bug Tracking", ),