Skip to content

Commit

Permalink
test with python 3.13 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Oct 18, 2024
1 parent 7000262 commit 053b844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- linux: py310-oldestdeps-cov
coverage: codecov
- linux: py310
- linux: py311
- macos: py311
- linux: py311-cov
coverage: codecov
- linux: py312
- linux: py313
- macos: py311
test_upstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
with:
Expand Down
1 change: 1 addition & 0 deletions changes/401.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add python 3.13 support.

0 comments on commit 053b844

Please sign in to comment.