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

lock python 3.7 #1160

Merged
merged 3 commits into from
Jun 20, 2023
Merged

lock python 3.7 #1160

merged 3 commits into from
Jun 20, 2023

Conversation

Licini
Copy link
Contributor

@Licini Licini commented Jun 19, 2023

@gonzalocasas
Copy link
Member

interesting.. why is that?

@tomvanmele
Copy link
Member

interesting.. why is that?

there is a problem with the recent builds of Python 3.7 on OSX and it makes the tests fail because _bz2 cannot be found. seems to be a known problem and a fix is in the works but until then we will have to skip the tests for it...

@Licini
Copy link
Contributor Author

Licini commented Jun 19, 2023

I recommend we skip testing for 3.7 for now. Locking it to specific version does not really work if we want to use the version matrix setup. The latest sub-version of 3.7 for windows is 3.7.9, however this one only supports ubuntu 20, while the latest 22 is used. Very likely they will just do a 3.7.18 patching this problem soon, we can add it back by then.

@Licini Licini marked this pull request as ready for review June 19, 2023 16:03
@tomvanmele tomvanmele merged commit a0d3204 into compas-dev:main Jun 20, 2023
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.

3 participants