Skip to content

Commit da137c2

Browse files
committed
remove python version 3.8
1 parent cfd0d48 commit da137c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
matrix:
8181
os: [ubuntu-latest, macos-latest]
82-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
82+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Install SSH Key

0 commit comments

Comments
 (0)