Skip to content

Commit ba5e96c

Browse files
authored
Merge pull request #1119 from astropy/py313_tests
Add workflows for python 3.13
2 parents 6f18dee + 96a0c98 commit ba5e96c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ jobs:
3838
python: "3.12"
3939
toxenv: 'py312-test-alldeps'
4040

41+
- name: Ubuntu - Python 3.13 with all optional dependencies
42+
os: ubuntu-latest
43+
python: "3.13"
44+
toxenv: 'py313-test-alldeps'
45+
46+
- name: MacOs - Python 3.13 with all optional dependencies
47+
os: macos-latest
48+
python: "3.13"
49+
toxenv: 'py313-test-alldeps'
50+
4151
steps:
4252
- name: Checkout code
4353
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
py{310}-test{,-alldeps,-devdeps}{,-cov}
44
py{311}-test{,-alldeps,-devdeps}{,-cov}
55
py{312}-test{,-alldeps,-devdeps}{,-cov}
6+
py{313}-test{,-alldeps,-devdeps}{,-cov}
67
build_docs
78
linkcheck
89
codestyle

0 commit comments

Comments
 (0)