From 286726dfc3b51d150086f76fcc967d538a823805 Mon Sep 17 00:00:00 2001 From: Jonathan Kenyon Date: Fri, 29 Nov 2024 10:46:26 +0200 Subject: [PATCH] Add python3.12 support. --- .github/workflows/ci.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2e6ae50..0e1e1880 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index d0b86183..001288fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"