You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Internal] Stop testing Python 3.7 on Ubuntu (#858)
## What changes are proposed in this pull request?
Python 3.7.x is essentially not supported;
- It has been removed from Windows 2019, Windows 2022, Ubuntu 20 and
Ubuntu 22 images
([ref](actions/runner-images#10893)).
- `unbuntu-latest` now points toward 24.04 which does not support Python
3.7.x ([ref](actions/runner-images#11332))
This PR updates our Ubuntu workflows to avoid this version.
## How is this tested?
N/A
0 commit comments