File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def readme():
1717 'Programming Language :: Python :: 3.10' ,
1818 'Programming Language :: Python :: 3.11' ,
1919 'Programming Language :: Python :: 3.12' ,
20+ 'Programming Language :: Python :: 3.13' ,
2021 'Topic :: Scientific/Engineering :: Mathematics' ,
2122 'Topic :: Scientific/Engineering :: Physics'
2223 ],
You can’t perform that action at this time.
0 commit comments