-
Notifications
You must be signed in to change notification settings - Fork 148
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
base: master
Are you sure you want to change the base?
Conversation
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. |
You will need to make the 311, 312 env files, sorry. Yes, of course this should be templated :| |
Hi, I don't mind, it's fun learning new things |
It's getting interresting |
Entrypoints changed its API at some point. The section of code dealing with that will need a version check. Intake has:
|
No description provided.