Skip to content

Commit 1c09732

Browse files
authored
Merge pull request #31 from simonsobs/dev
Add tests on Python 3.13 in GitHub Actions
2 parents 465aece + af86760 commit 1c09732

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/unit-test-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: ["3.10", "3.11", "3.12"]
30+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3131

3232
steps:
3333
- uses: actions/checkout@v4

.github/workflows/unit-test-min.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run unit tests with oldest dependency versions
33
# dependencies listed in `pyproject.toml`. The oldest versions are specified in
44
# `ci/minimum/requirements.txt`. The `requirements.txt` file is needs to
55
# be manually updated to be aligned with `pyproject.toml`.
6-
#
6+
#
77
# In the future, `pip` might be able to install the minimum versions in
88
# `pyproject.toml` directly as disscussed in an open issue:
99
# https://github.com/pypa/pip/issues/8085
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.10", "3.11", "3.12"]
34+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3535

3636
steps:
3737
- uses: actions/checkout@v4

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.10", "3.11", "3.12"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)