Skip to content

Commit 8264c7c

Browse files
Update CI.yml
1 parent 614bf4f commit 8264c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Disabling Windows tests as it's known to not work:
2020
# https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
2121
# - windows-latest
22-
python-version: ['3.9', '3.13']
22+
python-version: ['3.10', '3.13']
2323
fail-fast: false
2424
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
2525
Python ${{ matrix.python-version }}
@@ -47,3 +47,4 @@ jobs:
4747
with:
4848
file: ./coverage.xml
4949
name: codecov-umbrella
50+

0 commit comments

Comments
 (0)