Skip to content

Commit bb5bd0e

Browse files
Update Python CI to use supported versions only
- Remove Python 3.7 (EOL June 2023) - not available on Ubuntu 24.04 - Remove Python 3.8 (EOL October 2024) - Test on Python 3.9, 3.10, 3.11, 3.12 (all currently supported) - Fixes CI failure on Ubuntu 24.04 runners
1 parent c71552c commit bb5bd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
22+
python-version: ['3.9', '3.10', '3.11', '3.12']
2323

2424
steps:
2525
- name: Checkout repository

0 commit comments

Comments
 (0)