Skip to content

Commit

Permalink
MAINT: Update Python version support documentation (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 7, 2024
1 parent de07cbc commit bdc9814
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/user/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ pip install pypdf[image]

## Python Version Support

Since pypdf 4.0, every release, including point releases, should work with all
supported versions of [Python](https://devguide.python.org/versions/). Thus
every point release is designed to work with all existing Python versions,
excluding end-of-life versions.

Previous versions of pypdf support the following versions of Python:

| Python | 3.11 | 3.10 | 3.9 | 3.8 | 3.7 | 3.6 | 2.7 |
| ---------------------- | ---- | ---- | --- | --- | --- | --- | --- |
| pypdf>=4.0 | YES | YES | YES | YES | YES | | |
| pypdf>=3.0 | YES | YES | YES | YES | YES | YES | |
| PyPDF2>=2.0 | YES | YES | YES | YES | YES | YES | |
| pypdf 3.x | YES | YES | YES | YES | YES | YES | |
| PyPDF2 >= 2.0 | YES | YES | YES | YES | YES | YES | |
| PyPDF2 1.20.0 - 1.28.4 | | YES | YES | YES | YES | YES | YES |
| PyPDF2 1.15.0 - 1.20.0 | | | | | | | YES |

Expand Down

0 comments on commit bdc9814

Please sign in to comment.