summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-02-08 10:47:52 +0000
committerGerrit Code Review <review@openstack.org>2023-02-08 10:47:52 +0000
commitbe6aa856a5385d7a9dbf04683ed6a263f12de48e (patch)
tree735bdf07bf077238984b88464efe58e3f9ceb84e /setup.cfg
parent0b1bfadebdeacda93c117fa0ab513bc228039372 (diff)
parentfa830926b573222d88df2a0a4596fe61da9bafe6 (diff)
downloadosprofiler-be6aa856a5385d7a9dbf04683ed6a263f12de48e.tar.gz
Merge "tox: Add functional-py38, functional-py39 envs"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index bc64e0a..274376e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/osprofiler/latest/
-python-requires = >=3.6
+python-requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Developers
@@ -15,9 +15,8 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython