diff options
| author | Marcin Lulek <info@webreactor.eu> | 2022-01-07 13:22:32 +0100 |
|---|---|---|
| committer | Marcin Lulek <info@webreactor.eu> | 2022-01-07 13:22:32 +0100 |
| commit | 513d88c0627a31bd99404bc74cb3175c61a82296 (patch) | |
| tree | d812b03a58219819be3f5495ab9f9843949d7b6c /docs/narr | |
| parent | 0b24ac16cc04746b25cf460f1497c157f6d3d6f4 (diff) | |
| download | pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.gz pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.bz2 pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.zip | |
Add support for Python 3.10
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 1801f3c9a..09e2ddc72 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -21,7 +21,7 @@ the following sections. .. sidebar:: Python Versions - As of this writing, :app:`Pyramid` is tested against Python 3.6, 3.7, 3.8, and 3.9 and PyPy3. + As of this writing, :app:`Pyramid` is tested against Python 3.6, 3.7, 3.8, 3.9 and 3.10 and PyPy3. :app:`Pyramid` is known to run on all popular Unix-like systems such as Linux, macOS, and FreeBSD, as well as on Windows platforms. It is also known to |
