Skip to content

Commit

Permalink
support python 3.13 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Nov 12, 2024
1 parent a86f10a commit 36d6107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- linux: py311-cov-xdist
coverage: codecov
- linux: py312-xdist
- linux: py313-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
needs: [ data ]
Expand Down
1 change: 1 addition & 0 deletions changes/333.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add python 3.13 support.

0 comments on commit 36d6107

Please sign in to comment.