Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove six dependency #477

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

a-detiste
Copy link

No description provided.

@martindurant
Copy link
Member

You would be welcome to update the CI environments from py38,39,310 to 39,310,311,312 . We can probably make the minimum python version 3.9 , as 3.8 is approaching end of life.

@martindurant
Copy link
Member

You will need to make the 311, 312 env files, sorry. Yes, of course this should be templated :|

@a-detiste
Copy link
Author

Hi, I don't mind, it's fun learning new things

@a-detiste
Copy link
Author

It's getting interresting

@martindurant
Copy link
Member

Entrypoints changed its API at some point. The section of code dealing with that will need a version check.

Intake has:

from importlib.metadata import entry_points

...
    eps = entry_points()
    if hasattr(eps, "select"):  # Python 3.10+ / importlib_metadata >= 3.9.0
        specs = eps.select(group="intake.imports")
    else:
        specs = eps.get("intake.imports", [])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants