We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0723bde commit 5c0cbc9Copy full SHA for 5c0cbc9
.github/workflows/CI.yml
@@ -15,11 +15,11 @@ jobs:
15
matrix:
16
os:
17
- ubuntu-latest
18
- - macos-14
+ - macos-latest
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.8', '3.12']
+ python-version: ['3.8', '3.13']
23
fail-fast: false
24
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
25
Python ${{ matrix.python-version }}
0 commit comments