From 8df69abc3d3d71540bd2470daa72498207a8b485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Dvo=C5=99=C3=A1k?= Date: Fri, 19 Jun 2020 17:57:57 +0200 Subject: [PATCH] Python 2 has not been dropped yet Python < 3.4 was not dropped in 2.6.0, as Python 2.7 is still supported. Fix this changelog typo to make things clear --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78f6bc4f..52c35136 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -130,7 +130,7 @@ Changelog 2.6.0 (2018-09-03) ------------------ -* Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4. +* Dropped support for Python 3 < 3.4, Pytest < 3.5 and Coverage < 4.4. * Fixed some documentation formatting. Contributed by Jean Jordaan and Julian. * Added an example with ``addopts`` in documentation. Contributed by Samuel Giffard in `#195 `_.