Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Fix CI for python 3.6 #541

Merged
merged 2 commits into from
May 17, 2021
Merged

Fix CI for python 3.6 #541

merged 2 commits into from
May 17, 2021

Conversation

ruro
Copy link
Contributor

@ruro ruro commented May 17, 2021

This reverts commit f710d32.
This closes #540.

ruro added 2 commits May 17, 2021 22:24
bump version and add Python 3.9 trove classifier
@sambhav
Copy link
Member

sambhav commented May 17, 2021

One thing that irks me is why the CI suddenly started failing. I am guessing it is because of the new version of click that was released. Instead of changing the locale, you may want to limit the click version to click<8.0 in the dev requirements instead and see if that fixes the issue.

@ruro
Copy link
Contributor Author

ruro commented May 17, 2021

I think, the locale setting update worked. I'd rather fix the CI directly than pinning dependency versions as it doesn't look like the new click version actually broke any behaviour. But I can also pin the version if you insist.

@sambhav
Copy link
Member

sambhav commented May 17, 2021

Since this is just used by black (for development only) I am fine either way.

@sambhav sambhav marked this pull request as ready for review May 17, 2021 19:30
@sambhav sambhav merged commit cf29c32 into PyCQA:master May 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate fixing CI for python 3.6
2 participants