Skip to content

Commit

Permalink
Add python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 29, 2024
1 parent 4b3da79 commit 286726d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ["3.10", "3.11"] # Add 3.12 after tigger-lsm release.
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10, <3.12" # No 3.12 support until astro-tigger-lsm release.
astro-tigger-lsm = ">=1.7.2, <=1.7.3"
python = ">=3.10, <3.13"
astro-tigger-lsm = ">=1.7.2, <=1.7.4"
codex-africanus = {extras = ["dask", "scipy", "astropy", "python-casacore"], version = ">=0.4.1, <=0.4.1"}
colorama = ">=0.4.6, <=0.4.6"
columnar = ">=1.4.1, <=1.4.1"
Expand Down

0 comments on commit 286726d

Please sign in to comment.