Skip to content

Commit

Permalink
Merge pull request #48 from dotlambda/patch-1
Browse files Browse the repository at this point in the history
remove optional dependency only required on unsupported Python version
  • Loading branch information
jaraco committed Mar 31, 2024
2 parents 8fa8c17 + c412755 commit f204025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/48.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove optional dependency only required on unsupported Python versions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ packages = find_namespace:
include_package_data = true
python_requires = >=3.8
install_requires =
importlib_metadata; python_version < "3.8"

[options.packages.find]
exclude =
Expand Down

0 comments on commit f204025

Please sign in to comment.