Skip to content

Commit

Permalink
test with latest supported Python version
Browse files Browse the repository at this point in the history
add news fragment
  • Loading branch information
zacharyburnett committed Feb 25, 2025
1 parent deb4b67 commit cc1a153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
cache-path: ${{ needs.data.outputs.crds_path }}
cache-key: crds-${{ needs.data.outputs.crds_context }}
envs: |
- macos: py311-xdist
- linux: py311-cov-xdist
coverage: codecov
- linux: py311-xdist
- linux: py312-xdist
- linux: py313-xdist
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py3-cov-xdist
coverage: codecov
- macos: py3-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c0fde6f7e926df6ed7057255d29afa9c1ad5320 # v1.16.0
needs: [ data ]
Expand Down
1 change: 1 addition & 0 deletions changes/418.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test with latest supported version of Python

0 comments on commit cc1a153

Please sign in to comment.