summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2022-05-05 12:05:41 +0200
committerHervé Beraud <hberaud@redhat.com>2022-05-05 12:06:18 +0200
commit5ded0ee1ff7236aa6bdc94cf5f4426b3816c98ef (patch)
tree290ed4934edc7c711855cbb3670960ab1f97b732
parentb0a1b7209d62c1e67c1e11dc96f98fd457d69352 (diff)
downloadpbr-5ded0ee1ff7236aa6bdc94cf5f4426b3816c98ef.tar.gz
Adding python classifiers py38 & py39
Change-Id: Ib8e251ae9dd93a5eb356478d633f1fef271911d9
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a5160d..cd5a4e5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,8 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
[options]
python_requires = >=2.6