Skip to content

Commit

Permalink
allow importlib-metadata 6.x (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Apr 22, 2023
1 parent 3426fd3 commit 7676bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

install_requires = []
tests_require = ["coverage", "pexpect", "wheel", "ruff", "mypy"]
importlib_backport_requires = ["importlib-metadata >= 0.23, < 6"]
importlib_backport_requires = ["importlib-metadata >= 0.23, < 7"]

setup(
name="argcomplete",
Expand Down

0 comments on commit 7676bd6

Please sign in to comment.