Python bindings: Port pkg_resources to importlib_resources for python < 3.9 (#2123)
* Python bindings: Port pkg_resources to importlib_resources for python < 3.9 Co-authored-by: Arusekk <floss@arusekk.pl> * GitHub Workflow: Bump uraimo/run-on-arch-action to v3 --------- Co-authored-by: Arusekk <floss@arusekk.pl>
This commit is contained in:
@@ -6,6 +6,9 @@ build-backend = "setuptools.build_meta"
|
||||
name = "unicorn"
|
||||
dynamic = ["version"]
|
||||
requires-python = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.5.*, != 3.6.*"
|
||||
dependencies = [
|
||||
"importlib_resources; python_version < '3.9'"
|
||||
]
|
||||
authors = [
|
||||
{ name = "Nguyen Anh Quynh", email = "quynh@gmail.com" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user