Skip to content

Commit

Permalink
Add Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Willem committed Feb 5, 2025
1 parent 483f924 commit e9cc577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9","3.10","3.11","3.12"]
python-version: ["3.9","3.10","3.11","3.12","3.13"]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-testing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12","3.13"]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "xradio"
version = "0.0.47"
version = "0.0.48"
description = " Xarray Radio Astronomy Data IO"
authors = [
{name = "Jan-Willem Steeb", email="[email protected]"},
]
license = {file = "LICENSE.txt"}
readme = "README.md"
requires-python = ">= 3.9, < 3.13"
requires-python = ">= 3.9, < 3.14"

dependencies = [
'astropy',
Expand Down

0 comments on commit e9cc577

Please sign in to comment.