diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-17 21:14:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 20:14:19 -0500 |
commit | 59d8bc6fb97a20496e33b9a7133a1a5e8b2ed712 (patch) | |
tree | ad930b1236765ce6e9a144c095aa4c6e190d3563 /docs/installation.rst | |
parent | 586cb7773d9cb94c3da4c00fe64ec2bcc186a0d0 (diff) | |
download | cryptography-59d8bc6fb97a20496e33b9a7133a1a5e8b2ed712.tar.gz cryptography-59d8bc6fb97a20496e33b9a7133a1a5e8b2ed712.tar.bz2 cryptography-59d8bc6fb97a20496e33b9a7133a1a5e8b2ed712.zip |
Document that we test on bullseye (#5197)
* Document that we test on bullseye
* Update spelling_wordlist.txt
* Update installation.rst
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 22c85681..a9b0f3af 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,7 +17,8 @@ PyPy 7.1+, and PyPy3 7.0 on these operating systems. * x86-64 Fedora (latest) * macOS 10.15 Catalina * x86-64 Ubuntu 16.04 and rolling -* x86-64 Debian Stretch (9.x), Buster (10.x), and Sid (unstable) +* x86-64 Debian Stretch (9.x), Buster (10.x), Bullseye (11.x), and Sid + (unstable) * x86-64 Alpine (latest) * 32-bit and 64-bit Python on 64-bit Windows Server 2019 |