summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-04-14 10:52:42 +0200
committerChristian Heimes <christian@python.org>2019-04-14 11:45:26 +0200
commit0aa6977e37d343c1698e203d54fd2d4d31368f6b (patch)
treee7f00fc943500d6f320ff175c0dbb693a3b00cab /setup.py
parent59b281e37428ac7889093cd30e33be939b94b741 (diff)
downloaddefusedxml-git-0aa6977e37d343c1698e203d54fd2d4d31368f6b.tar.gz
Test on Python 3.7 stable and 3.8-dev
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6926330..0ad28e4 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,8 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Topic :: Text Processing :: Markup :: XML",
],
)