Skip to content

Commit

Permalink
Allow importlib-resources 5.10 for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Jan 30, 2024
1 parent 7a5a1c1 commit b6e7286
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 @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["python-dateutil>=2.8.1", "typing-extensions>=4.2.0", "importlib-resources>=6.1.0"]
dependencies = ["python-dateutil>=2.8.1", "typing-extensions>=4.2.0", "importlib-resources>=5.10.0"]
description = "A Python engine for the Liquid template language."
dynamic = ["version"]
license = "MIT"
Expand Down

0 comments on commit b6e7286

Please sign in to comment.