aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-09-08 19:56:09 +0200
committerAlexis M <alexis@notmyidea.org>2019-09-08 19:56:09 +0200
commit33d497aac27f594ab52809e7dab9ed00814b9d79 (patch)
tree3584748d397fec7772d6da917da11b37ff723110 /setup.py
parent564a5ca1fd783fe7356a557ef201264639d3e0fd (diff)
downloadihatemoney-mirror-33d497aac27f594ab52809e7dab9ed00814b9d79.zip
ihatemoney-mirror-33d497aac27f594ab52809e7dab9ed00814b9d79.tar.gz
ihatemoney-mirror-33d497aac27f594ab52809e7dab9ed00814b9d79.tar.bz2
Add Python 3.7 to the list of supported languages
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 47f63b6..ad441c0 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ setup(name='ihatemoney',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",