From f1233a65c3d53aaac0d5fe732b8a25cf2971fbea Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Aug 2023 19:22:30 -0400 Subject: Coverage reports in tests based on Python 3.11 instead of Python 3.8 to fix bogus coverage failures under Python 3.8 --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index a582ca98f..035162a14 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,8 @@ Features - Added HTTP 418 error code via `pyramid.httpexceptions.HTTPImATeapot`. See https://github.com/Pylons/pyramid/pull/3667 +- Coverage reports in tests based on Python 3.11 instead of Python 3.8. + Bug Fixes --------- -- cgit v1.2.3