diff options
| author | Sean Reifschneider <jafo00@gmail.com> | 2023-04-15 17:35:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 17:35:12 -0600 |
| commit | f416758657770e7fdb0d7a3ac03db598048db3c4 (patch) | |
| tree | 11dc5311f6d4592015f375ebda3c6f60b15a83fd /setup.py | |
| parent | 8ded8c327618765eb5501dbb554ffb82e952271d (diff) | |
| parent | 75654f5d9b16fb06899b487db46eb6680b3bc14b (diff) | |
| download | python-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", ], ) |
