Skip to content

Commit

Permalink
Support Python 3.13's removal of mailcap
Browse files Browse the repository at this point in the history
Python 3.13 removed the dead battery mailcap and it is now offered on
PyPi. This is temporarily workaround.

Related: pazz#1632
  • Loading branch information
jelly committed Dec 7, 2024
1 parent 5c2b814 commit 8d66399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"python-magic",
"configobj>=4.7.0",
"gpg>1.10.0",
"standard-mailcap; python_version>'3.12'"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 8d66399

Please sign in to comment.