Skip to content

Commit

Permalink
Remove upper Python version constraint
Browse files Browse the repository at this point in the history
It was introduced for aioimaplib which was incompatible with newer
Python versions, but is no longer used.
  • Loading branch information
jgosmann committed Jun 11, 2022
1 parent f3db854 commit 306b6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"
bite-parser = "^0.1.2"
dataclasses-serialization = "^1.3.1"
prometheus_client = "^0.11.0"
python = "^3.7,<3.10"
python = "^3.7"
typing-extensions = "^4.0.1"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
xsdata = "^21.9"
Expand Down

0 comments on commit 306b6bf

Please sign in to comment.