Skip to content

Commit 2842b9a

Browse files
authored
Remove py3.8 as it will probably stop working soon...
1 parent 0f00bd1 commit 2842b9a

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
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
29+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
3030
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3131
exclude:
3232
- runs-on: macos-latest

0 commit comments

Comments
 (0)