From fa0ea7027496e29d6a520eeb625b22cae527ede0 Mon Sep 17 00:00:00 2001 From: trhallam <8454087+trhallam@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:26:35 +0100 Subject: [PATCH] update to python >= 3.9 --- .github/workflows/python-build-test-publish.yml | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-build-test-publish.yml b/.github/workflows/python-build-test-publish.yml index 1706f1f..8db3625 100644 --- a/.github/workflows/python-build-test-publish.yml +++ b/.github/workflows/python-build-test-publish.yml @@ -17,8 +17,11 @@ jobs: max-parallel: 1 fail-fast: true matrix: - os: ["ubuntu-latest", "windows-latest"] - python-version: ["3.8", "3.9", "3.10"] + os: ["windows-latest", "ubuntu-latest", "macos-latest"] + python-version: ["3.9", "3.10", "3.11", "3.12"] + exclude: + - os: macos-latest + python-version: "3.9" runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index ffc4fa6..d2ef3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "addict", "more-itertools>=8.0", ] -requires-python = ">=3.8" +requires-python = ">=3.9" license = {file = "LICENSE"} classifiers = [