summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2018-06-18 13:44:28 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2018-06-18 13:44:28 +0200
commit76be56977c8c81e00966b1c49f82ecbb0361b904 (patch)
treed88ba1f9d9e66b0921c21a17a606b4923a8aec95 /setup.py
parent70ab67dd4c1823fa6fb1d4ec56c6373851b031a7 (diff)
downloadsemantic-version-76be56977c8c81e00966b1c49f82ecbb0361b904.tar.gz
Upgrade supported Python and Django versions.packaging/bump-test-environment
Django: Support the latest released version, and the latest LTS before that version. Python: Add support for python3.6 and pypy3.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9c23b3b..812bf76 100755
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules'
],
test_suite='tests',