Skip to content

Commit

Permalink
Remove 3.12 support for now due to difficulties in tigger-lsm.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 29, 2024
1 parent ea27566 commit 276066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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", "3.12"]
python-version: ["3.10", "3.11"] # Add 3.12 after tigger-lsm release.

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

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

0 comments on commit 276066a

Please sign in to comment.