From bc7a1b022384b65b90029e210935aee25a2828d4 Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Tue, 30 Jul 2024 11:01:24 -0700 Subject: [PATCH 1/2] fix(pyproject): typo in 'build-backend' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d642cd5..662ee87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = ["setuptools>=61.0.0", "wheel", "setuptools-git-versioning"] -build-backed = "setuptools.build_meta" +build-backend = "setuptools.build_meta" [project] name = "chimedb.data_index" From 6a59dae8b8a7ae0411a18baac53eeb483da4dac9 Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Tue, 30 Jul 2024 11:20:33 -0700 Subject: [PATCH 2/2] fix(build): increase minimum python to 3.9 for consistency with chimedb --- .github/workflows/test.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76d7404..95ce313 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: run-tests: strategy: matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.9", "3.12"] runs-on: ubuntu-latest steps: diff --git a/pyproject.toml b/pyproject.toml index 662ee87..8f2d8d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "D. V. Wiebe for the CHIME Collaboration", email = "dvw@phas.ubc.ca"} ] description = "CHIME data index (alpenhorn) ORM" -requires-python = ">=3.8" +requires-python = ">=3.9" dynamic = ["readme", "version"] license = {file = "LICENSE"} dependencies = [