vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

Use flit-core<3.9,>=3.4 as the build backend #340

Open BeautyyuYanli opened 5 months ago

BeautyyuYanli commented 5 months ago

Use flit-core<3.9,>=3.4 as the build backend, so that PEP517 and PEP621 can be available on Python >= 3.6 That means:

wey-gu commented 5 months ago

For now(with httpx dependency, to support centOS7 py3.6 build from source), this is the best way, but let's hold this change(not merge) until we have some time to verify the full nebula-ent build(need to not remove pyproject.toml in makefile)