From 264f5ce2329f6eb8011cdf5ccec85b136848b1da Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 22:56:27 -0700 Subject: drop support for python 3.7 which was eol in 2023 --- docs/quick_tutorial/requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 5f5c0b10b..a8531dfc5 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -19,8 +19,8 @@ virtual environment.) This *Quick Tutorial* is based on: -* **Python 3.8**. Pyramid fully supports Python 3.7+. - This tutorial uses **Python 3.8**. +* **Python 3.8**. Pyramid fully supports Python 3.8+. + This tutorial has been tested with **Python 3.8**. * **venv**. We believe in virtual environments. For this tutorial, we use Python 3's built-in solution :term:`venv`. -- cgit v1.2.3