Commit 8396489
committed
Update Python version from 3.7 to 3.8 in CI workflow
### Notes
- Change python-version from 3.7 to 3.8 in test matrix
- Python 3.7 reached end-of-life and is no longer available on Ubuntu 24.04
- Python 3.8 is widely supported and compatible with the project requirements
### Testing
This addresses the CI failure where Python 3.7 was not found in the local cache
for Ubuntu 24.04. Python 3.8 should be available and allow the workflow to proceed.
### Issues
* Fixes Python version availability issue in GitHub Actions workflow1 parent 0aa09c5 commit 8396489
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments