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

Fix GitHub actions: fix Ubuntu version for py27 compat and cpp-check #388

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

steve-s
Copy link
Contributor

@steve-s steve-s commented Dec 6, 2022

The latest Ubuntu does not provide Python 2.7 and also cpp-check seems to have some issues with it (runs, but fails with some preprocessor configuration issues).

From actions/setup-python#543 it seems that we need to stick to older Ubuntu.

Note: EOL of Ubuntu 20.04 should be in 2025

The latest Ubuntu does not provide Python 2.7 and also cpp-check seems
to have some issues with it (runs, but fails with some preprocessor
configuration issues).
@steve-s steve-s merged commit 3871e51 into hpyproject:master Dec 6, 2022
@mattip
Copy link
Contributor

mattip commented Dec 6, 2022

On the one hand we could add support for older python versions with deadsnake. On the other, at what point do we drop 2.7 language compatibility?

@steve-s
Copy link
Contributor Author

steve-s commented Dec 6, 2022

what point do we drop 2.7 language compatibility?

I am not sure I follow, we did not drop it, right? (For the tests, my understanding was that PyPy test driver needs that, otherwise HPy itself was never 2.7 compatible?)

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