diff options
| author | TerryHowe <terrylhowe@gmail.com> | 2015-07-13 14:50:47 -0600 |
|---|---|---|
| committer | TerryHowe <terrylhowe@gmail.com> | 2015-07-13 14:50:47 -0600 |
| commit | 922074b2d9cbaf527b57ea70df6c7c7b8f33054f (patch) | |
| tree | c6abf0529b015bc7c131899b7c6b70f715c433b3 /setup.cfg | |
| parent | 963f3049c0171e1919d1a7357348bea5d2b4215b (diff) | |
| download | python-openstackclient-922074b2d9cbaf527b57ea70df6c7c7b8f33054f.tar.gz | |
Drop py33 support for Liberty
Less is more:
https://wiki.openstack.org/wiki/Python3
Change-Id: I8a98b72f85bb29a3663c654613ac0d70fddbc1b1
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [files] packages = |
