From 9bf5dd5d6e4bf2d6de9d3b2778e55958a74474a9 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 11 Oct 2020 10:44:53 -0700 Subject: Drop Python version 3.5 and add 3.9 - https://pythoninsider.blogspot.com/2020/10/python-35-is-no-longer-supported.html - https://pythoninsider.blogspot.com/2020/10/python-390-is-now-available-and-you-can.html --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 441239a..22f7d97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,10 +12,10 @@ keywords = memcache, client, database classifiers = Programming Language :: Python Programming Language :: Python :: 2.7 - 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 :: Implementation :: PyPy License :: OSI Approved :: Apache Software License Topic :: Database -- cgit v1.2.1