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

Merged
merged 5 commits into from
Nov 22, 2024
Merged

remove six dependency #477

merged 5 commits into from
Nov 22, 2024

Conversation

a-detiste
Copy link
Contributor

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
Contributor Author

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

@a-detiste
Copy link
Contributor 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", [])

@a-detiste
Copy link
Contributor Author

a-detiste commented Nov 22, 2024

ping

@martindurant
Copy link
Member

Sorry, I didn't notice the new commit :|

@martindurant martindurant merged commit 3c828e5 into python-streamz:master Nov 22, 2024
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