Skip to content

Commit

Permalink
Corrected Python 3.11.* fuzzy version match syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Jan 4, 2025
1 parent fc10cd9 commit 3b84746
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 = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
requires-python = "=3.11"
requires-python = "~=3.11"
# Declare any run-time dependencies that should be installed with the package.
dependencies = [
"importlib-resources", # added to allow incorporation of `data` later on
Expand Down

0 comments on commit 3b84746

Please sign in to comment.