Commit 8c4264b
authored
[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/A1 parent cbae014 commit 8c4264b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments