Skip to content

Commit e1e6645

Browse files
Test on Python 3.13
1 parent 15a906e commit e1e6645

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1919
steps:
2020
- name: Apt update
2121
run: sudo apt update

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
strategy:
2525
matrix:
26-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2727
os: [ubuntu-latest, windows-latest, macos-latest]
2828
runs-on: ${{ matrix.os }}
2929
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = ["Development Status :: 3 - Alpha",
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
"Topic :: Scientific/Engineering"]
1920
dependencies = [
2021
'numpy>=1.22',

0 commit comments

Comments
 (0)