From b1b5a7f6596871455ff5210140262fe4e12aad16 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Wed, 23 Oct 2024 00:11:13 -0400 Subject: [PATCH] Drop 3.8 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb1ef0..743667d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v3 diff --git a/pyproject.toml b/pyproject.toml index ed38978..762661a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "hatchling.build" name = "gosling" description = "Python bindings to generate Gosling visualizations" authors = [{ name = "Trevor Manz", email = "trevor.j.manz@gmail.com" }] +requires-python = ">=3.9" license = { text = "MIT" } readme = "README.md" dynamic = ["version"]