File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
matrix :
16
16
os :
17
17
- ubuntu-latest
18
- - macos-14
18
+ - macos-latest
19
19
# Disabling Windows tests as it's known to not work:
20
20
# https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
21
21
# - windows-latest
22
- python-version : ['3.8', '3.12 ']
22
+ python-version : ['3.8', '3.13 ']
23
23
fail-fast : false
24
24
name : Test ${{ matrix.os }} ${{ matrix.architecture }}
25
25
Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def readme():
17
17
'Programming Language :: Python :: 3.10' ,
18
18
'Programming Language :: Python :: 3.11' ,
19
19
'Programming Language :: Python :: 3.12' ,
20
+ 'Programming Language :: Python :: 3.13' ,
20
21
'Topic :: Scientific/Engineering :: Mathematics' ,
21
22
'Topic :: Scientific/Engineering :: Physics'
22
23
],
You can’t perform that action at this time.
0 commit comments