Skip to content

Commit

Permalink
Enable Python 3.10 wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Sep 3, 2021
1 parent 74971b6 commit e53909e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 ||||
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -37,7 +37,6 @@ exclude = '''
[tool.cibuildwheel]
test-command = "pytest -nauto {project}/tests"
test-extras = "test"
skip = "cp310-*"
test-skip = "*_arm64 *_universal2:arm64"

[tool.cibuildwheel.environment]
Expand Down Expand Up @@ -65,7 +64,7 @@ before-all = "brew install qpdf"
# pp3*-win_amd64 does not execute because cibuildwheel does not implement it
# or PyPy3 doesn't work on Windows 64-bit, one or the other
# PyPy+Win32 seems like a very low priority combination
skip = "pp3* cp310-*"
skip = "pp3*"

[tool.mypy]

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
Expand Down

0 comments on commit e53909e

Please sign in to comment.