Skip to content

Commit f1ec9b6

Browse files
committed
Drop Python 3.8 from CI
1 parent bbbb74c commit f1ec9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2727
include:
2828
- os: ubuntu-latest
2929
name: Linux

0 commit comments

Comments
 (0)