From 70b3f20b1347f4ba951686d291dd688b4ac5d4c1 Mon Sep 17 00:00:00 2001 From: Theelx <43764914+Theelx@users.noreply.github.com> Date: Sun, 9 Jan 2022 12:10:06 -0500 Subject: [PATCH] Enumerate supported CPython 3.x versions 2.7, 3.5, and 3.6 will likely be dropped soon, but they remain supported for now. --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index 29b72978..512dff00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,12 @@ classifiers = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: JavaScript Operating System :: OS Independent Topic :: Software Development :: Libraries :: Python Modules