summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo00@gmail.com>2023-04-15 17:35:12 -0600
committerGitHub <noreply@github.com>2023-04-15 17:35:12 -0600
commitf416758657770e7fdb0d7a3ac03db598048db3c4 (patch)
tree11dc5311f6d4592015f375ebda3c6f60b15a83fd /setup.py
parent8ded8c327618765eb5501dbb554ffb82e952271d (diff)
parent75654f5d9b16fb06899b487db46eb6680b3bc14b (diff)
downloadpython-memcached-f416758657770e7fdb0d7a3ac03db598048db3c4.tar.gz
Merge pull request #160 from hmpf/py37
Add testing for Python 3.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 797cd75..d0cc6df 100644
--- a/setup.py
+++ b/setup.py
@@ -34,5 +34,6 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
],
)