Skip to content

Commit ce03b05

Browse files
committed
MAINT: do not test Python 3.8 anymore
I did not add Python 3.13 to the support matrix yet because our environment requirements (Pydantic 1) are not supported anymore
1 parent a0224a3 commit ce03b05

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
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
30-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
30+
python-version: ['3.9', '3.10', '3.11', '3.12']
3131

3232
defaults:
3333
run:

0 commit comments

Comments
 (0)