diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-24 08:23:17 -0500 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-04-24 08:23:17 -0500 |
commit | 19bea622eae7382239f394588a67ab6e4715f7b0 (patch) | |
tree | 7786077c126e44e94baa1ba38a415c550bd335a0 /setup.cfg | |
parent | 157016ea3c3f6e9804af60dd748919cd3d942092 (diff) | |
download | python-neutronclient-19bea622eae7382239f394588a67ab6e4715f7b0.tar.gz |
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.
Change-Id: I449ba49cd8c2c8c9890b603c298295c56a5df6de
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [files] packages = |