Skip to content

Commit

Permalink
D Install importlib-resources for <py39
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki authored Nov 17, 2023
1 parent 1feff40 commit a79afb9
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 @@ -16,7 +16,7 @@
]

extra_requires = {
':python_version<"3.12"': ['importlib-resources'],
':python_version<"3.9"': ['importlib-resources'],
}


Expand Down

0 comments on commit a79afb9

Please sign in to comment.