Skip to content

Commit a3d9242

Browse files
authored
Update CI workflow to use Python 3.10 and above
Removed Python 3.8 and 3.9 from the CI matrix.
1 parent 7825a7d commit a3d9242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
10+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1111
steps:
1212
- name: Install system packages
1313
run: sudo apt update && sudo apt-get install libcurl4-openssl-dev libssl-dev

0 commit comments

Comments
 (0)