Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ac0fb0d

Browse files
ci: Update CI, 3.8 EOL
1 parent d63bcd5 commit ac0fb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
21+
python-version: [3.9, "3.10", "3.11", "3.12"]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Clone Repository

0 commit comments

Comments
 (0)