diff options
| author | Hanne Moa <hanne.moa@uninett.no> | 2019-02-21 09:34:23 +0100 |
|---|---|---|
| committer | Hanne Moa <hanne.moa@uninett.no> | 2019-02-21 09:35:36 +0100 |
| commit | 75654f5d9b16fb06899b487db46eb6680b3bc14b (patch) | |
| tree | 4af4b975f8b353d22935bf89a875949be5fd98d2 /setup.py | |
| parent | bad41222379102e3f18f6f2f7be3ee608de6fbff (diff) | |
| download | python-memcached-75654f5d9b16fb06899b487db46eb6680b3bc14b.tar.gz | |
Add testing for Python 3.7
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,5 +33,6 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ], ) |
