summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2019-11-13 16:05:43 +0000
committerGitHub <noreply@github.com>2019-11-13 16:05:43 +0000
commitc85365e4e561663bd05ea1af03d1aa5b265c92d5 (patch)
tree15fc356da0e2abd0b6b0534a62c3d39c62c499bc /docs
parent6feee0bbbc833959b47d0919c3180b3910c7a23e (diff)
downloadtox-git-c85365e4e561663bd05ea1af03d1aa5b265c92d5.tar.gz
fix the failing CI on master (#1456)
* fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * suppress proc related failures on pypy Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/1452.bugfix.rst2
-rw-r--r--docs/changelog/1456.deprecation.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog/1452.bugfix.rst b/docs/changelog/1452.bugfix.rst
index 2a894ecd..fc3a8c9b 100644
--- a/docs/changelog/1452.bugfix.rst
+++ b/docs/changelog/1452.bugfix.rst
@@ -1 +1 @@
-Fix provisioning from a pyvenv interpreter. — by :user:`kentzo` \ No newline at end of file
+Fix provisioning from a pyvenv interpreter. — by :user:`kentzo`
diff --git a/docs/changelog/1456.deprecation.rst b/docs/changelog/1456.deprecation.rst
new file mode 100644
index 00000000..97438b67
--- /dev/null
+++ b/docs/changelog/1456.deprecation.rst
@@ -0,0 +1 @@
+Python ``3.4`` is no longer supported. — by :user:`gaborbernat`