Skip to content

Commit 8396489

Browse files
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 workflow
1 parent 0aa09c5 commit 8396489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest]
2121
emacs_version: [26.3, 27.2, 28.2, 29.1]
22-
python-version: [3.7]
22+
python-version: [3.8]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)