Skip to content

Commit de5aae6

Browse files
committed
CI: drop Python 3.8
1 parent 577774e commit de5aae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1010
poetry-version: ["1.8.5"]
1111
os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)