From 46e772f23ce8d17b02813bae0c07b54a2ee66a17 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 3 Dec 2024 13:30:22 -0700 Subject: [PATCH] Upgrade python requirement to 3.9 --- .github/workflows/test.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8aa0b4f..2c82864 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 5f75353..7579570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "argparse>=1.4.0", ] readme = "README.md" -requires-python = ">= 3.8" +requires-python = ">= 3.9" license = {text = "3-clause BSD License"} classifiers = [