aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-25 10:33:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-25 10:35:05 -0400
commite0b3acb4868f8283565fae462b71fb75d1c5a2bd (patch)
tree6d5e521fe22f0b70b0dfd8f37c85f5a8c1af2bea /changelog.d
parent7c571c264e0f49965ee2dabbcb9f360aa9c91e28 (diff)
downloadexternal_python_setuptools-e0b3acb4868f8283565fae462b71fb75d1c5a2bd.tar.gz
external_python_setuptools-e0b3acb4868f8283565fae462b71fb75d1c5a2bd.tar.bz2
external_python_setuptools-e0b3acb4868f8283565fae462b71fb75d1c5a2bd.zip
Add changelog entry.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2094.breaking.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2094.breaking.rst b/changelog.d/2094.breaking.rst
new file mode 100644
index 00000000..c278d0fd
--- /dev/null
+++ b/changelog.d/2094.breaking.rst
@@ -0,0 +1 @@
+Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.