Skip to content

Commit 5c0cbc9

Browse files
authored
Add support for Python 3.13
1 parent 0723bde commit 5c0cbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
matrix:
1616
os:
1717
- ubuntu-latest
18-
- macos-14
18+
- macos-latest
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.8', '3.12']
22+
python-version: ['3.8', '3.13']
2323
fail-fast: false
2424
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
2525
Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)