Skip to content

Commit 1a6abfd

Browse files
MAINT: Remove references to outdated Python versions (#2919)
1 parent 80c3939 commit 1a6abfd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ Changelog = "https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html"
4040

4141
[project.optional-dependencies]
4242
full = [
43-
"cryptography; python_version >= '3.7'",
44-
"PyCryptodome; python_version == '3.6'",
43+
"cryptography",
4544
"Pillow>=8.0.0",
4645
]
4746
crypto = [
48-
"cryptography; python_version >= '3.7'",
49-
"PyCryptodome; python_version == '3.6'",
47+
"cryptography",
48+
]
49+
cryptodome = [
50+
"PyCryptodome",
5051
]
5152
image = ["Pillow>=8.0.0"]
5253
dev = ["black", "pip-tools", "pre-commit<2.18.0", "pytest-cov", "pytest-socket", "pytest-timeout", "flit", "wheel", "pytest-xdist"]

0 commit comments

Comments
 (0)