summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-21 23:04:01 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-21 23:04:01 +0200
commit4e304637a3e30f17f570fa21722f972cc1f8022c (patch)
tree75341ea6e463bcf0151dcf0ef9211fdbc66031fa
parentc668d762164843478418e5545c0f6d24c01affea (diff)
downloadsetuptools-scm-release-prep.tar.gz
correct supported python versionsrelease-prep
-rw-r--r--CHANGELOG.rst1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 48601d3..c326777 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,7 @@ v4.0.0
* enable getting a version form a parent folder prefix
* add release-branch-semver version scheme
* make global configuration available to version metadata
+* drop official support for python 3.4
v3.5.0
======
diff --git a/setup.cfg b/setup.cfg
index 32f8cff..e603214 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,7 @@ classifiers=
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
+ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6