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

Bump minimum Python patch version #128

Merged
merged 1 commit into from
Feb 21, 2022
Merged

Conversation

Andy-Grigg
Copy link
Collaborator

This PR closes #127

Dependabot is erroring because the advertised package Python compatibility is incompatible with pandas. We support 3.7.0 and up, whereas pandas supports 3.7.1 and up. The change here aligns these requirements.

@da1910
Copy link
Collaborator

da1910 commented Feb 19, 2022

I think this should be ok, do you know how far back we would need to go to support 3.7.0?

@da1910
Copy link
Collaborator

da1910 commented Feb 21, 2022

I think this should be ok, do you know how far back we would need to go to support 3.7.0?

It looks like there's some sort of bug with module imports in 3.7.0 - pandas-dev/pandas#35309
I think this should be fine

@da1910 da1910 merged commit 505f02f into main Feb 21, 2022
@da1910 da1910 deleted the fix/bump-minimum-python-version branch February 21, 2022 09:45
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.

Fix dependabot
2 participants