summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-08-19 21:43:16 -0400
committerJames R. Barlow <james@purplerock.ca>2021-10-29 16:46:12 -0700
commit0d66b9cabc8e0006d661295c0e367118a76fc6fe (patch)
tree36e69aedd7dd1df8fb3d3987d78639cabb5c7e3f /README.md
parent9b166fa3ef7c83f034427b5149f933acb840fa6c (diff)
Enable Python 3.10 wheels.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1023cb3..c33ac93 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ This library is similar to PyPDF2 and pdfrw - it provides low level access to PD
| Based on an existing, mature PDF library | QPDF | ✘ | ✘ |
| Implementation | C++ and Python | Python | Python |
| PDF versions supported | 1.1 to 1.7 | 1.3? | 1.7 |
-| Python versions supported | 3.6-3.9 | 2.6-3.6 | 2.6-3.6 |
+| Python versions supported | 3.6-3.10 | 2.6-3.6 | 2.6-3.6 |
| Save and load password protected (encrypted) PDFs | ✔ (except public key) | ✘ (Only obsolete RC4) | ✘ (not at all) |
| Save and load PDF compressed object streams (PDF 1.5) | ✔ | ✘ | ✘ |
| Creates linearized ("fast web view") PDFs | ✔ | ✘ | ✘ |