Skip to content

Commit

Permalink
Merge pull request #1119 from astropy/py313_tests
Browse files Browse the repository at this point in the history
Add workflows for python 3.13
  • Loading branch information
aphearin authored Feb 11, 2025
2 parents 6f18dee + 96a0c98 commit ba5e96c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
python: "3.12"
toxenv: 'py312-test-alldeps'

- name: Ubuntu - Python 3.13 with all optional dependencies
os: ubuntu-latest
python: "3.13"
toxenv: 'py313-test-alldeps'

- name: MacOs - Python 3.13 with all optional dependencies
os: macos-latest
python: "3.13"
toxenv: 'py313-test-alldeps'

steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py{310}-test{,-alldeps,-devdeps}{,-cov}
py{311}-test{,-alldeps,-devdeps}{,-cov}
py{312}-test{,-alldeps,-devdeps}{,-cov}
py{313}-test{,-alldeps,-devdeps}{,-cov}
build_docs
linkcheck
codestyle
Expand Down

0 comments on commit ba5e96c

Please sign in to comment.