summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
commit4820757eedd6812c800841029253f40c643c389f (patch)
tree9b61e6c3bf5fcfbd2ce95e979c238eb083c816b0 /CHANGES.rst
parent78464987e8e3cb2188253783d9968ae4d86669d9 (diff)
downloadpyramid-4820757eedd6812c800841029253f40c643c389f.tar.gz
pyramid-4820757eedd6812c800841029253f40c643c389f.tar.bz2
pyramid-4820757eedd6812c800841029253f40c643c389f.zip
Bump Python version to 3.7 in docs and project meta files
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9bfa80f05..6010a148d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -54,6 +54,9 @@ Features
available within the user-defined ``setup`` function.
See https://github.com/Pylons/pyramid/pull/3318
+- Add support for Python 3.7. Add testing on Python 3.8 with allowed failures.
+ See https://github.com/Pylons/pyramid/pull/3333
+
Bug Fixes
---------