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

CI doesn't support 2.7 anymore #2178

Closed
sentrivana opened this issue Jun 19, 2023 · 1 comment · Fixed by #2181
Closed

CI doesn't support 2.7 anymore #2178

sentrivana opened this issue Jun 19, 2023 · 1 comment · Fixed by #2181

Comments

@sentrivana
Copy link
Contributor

sentrivana commented Jun 19, 2023

How do you use Sentry?

Sentry Saas (sentry.io)

Version

--

Steps to Reproduce

Open a PR and see that the 2.7 tests fail with

  Warning: The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672
  Version 2.7 was not found in the local cache
  Error: The version '2.7' with architecture 'x64' was not found for Ubuntu 20.04.

E.g. here: https://github.com/getsentry/sentry-python/actions/runs/5311404601/jobs/9614596733?pr=2177

Reason (and possible workarounds): actions/setup-python#672

TODO

Expected Result

CI for 2.7 still works.

Actual Result

CI for 2.7 doesn't work.

@antonpirker
Copy link
Member

We probably can just select another Ubuntu version in the test matrix: https://github.com/getsentry/sentry-python/blob/master/.github/workflows/test-integration-django.yml#L33-L39

@sentrivana sentrivana self-assigned this Jun 19, 2023
This was referenced Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants