Skip to content

Commit

Permalink
support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 8, 2024
1 parent 852c8d7 commit 51754ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
cache-key: crds-${{ needs.data.outputs.crds_context }}
envs: |
- linux: py310-xdist
- macos: py311-xdist
- linux: py311-cov-xdist
coverage: codecov
- linux: py311-xdist
- linux: py312-xdist
- linux: py313-cov-xdist
coverage: codecov
- macos: py311-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
needs: [ data ]
Expand Down

0 comments on commit 51754ec

Please sign in to comment.