diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ea5f01..d16e173 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 213a8a6..5634e90 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.12" - name: Install build run: >- python -m diff --git a/pyproject.toml b/pyproject.toml index 67eb250..a5a26ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "David W.H. Swenson", email = "david.swenson@omsf.io" }, ] readme = "README.md" -requires-python = ">= 3.11" +requires-python = ">= 3.12" dependencies = ["requests"] license.file = "LICENSE" dynamic = ["version"]