Skip to content

Commit

Permalink
support python 3.13 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Oct 14, 2024
2 parents 0c3d37e + c55d0d2 commit 4667ada
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 @@ -30,6 +30,7 @@ jobs:
- linux: py311-downstreamdeps-cov-xdist
coverage: 'codecov'
- linux: py312-xdist-nolegacypath
- linux: py313-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
Expand Down
1 change: 1 addition & 0 deletions changes/193.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test with Python 3.13

0 comments on commit 4667ada

Please sign in to comment.