Skip to content

Commit 5c41b44

Browse files
Merge pull request #157 from himoto/py313
Add support for Python 3.13
2 parents 0723bde + 35f759d commit 5c41b44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
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 }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)