summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2020-10-11 10:44:53 -0700
committerJon Parise <jon@indelible.org>2020-10-13 10:47:39 -0700
commit9bf5dd5d6e4bf2d6de9d3b2778e55958a74474a9 (patch)
tree6ec5fff905bef8874e9a470149efe03147bf8908 /setup.cfg
parentad9a25b5ff78a3f3968d434d22ed488cacadc9e9 (diff)
downloadpymemcache-9bf5dd5d6e4bf2d6de9d3b2778e55958a74474a9.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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