We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614bf4f commit 8264c7cCopy full SHA for 8264c7c
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
# Disabling Windows tests as it's known to not work:
20
# https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
21
# - windows-latest
22
- python-version: ['3.9', '3.13']
+ python-version: ['3.10', '3.13']
23
fail-fast: false
24
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
25
Python ${{ matrix.python-version }}
@@ -47,3 +47,4 @@ jobs:
47
with:
48
file: ./coverage.xml
49
name: codecov-umbrella
50
+
0 commit comments