From 180d762f7665f1151bfab95c331f38bdd55281cb Mon Sep 17 00:00:00 2001 From: mfarragher <33595938+mfarragher@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:15:22 +0100 Subject: [PATCH 1/2] setuptools: try for 3.12 CI/CD --- .github/workflows/ci.yml | 2 +- requirements_test.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fede2c7..dc7f701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.11', '3.10', '3.9'] + python-version: ['3.12', '3.11', '3.10', '3.9'] env: OS: ${{ matrix.os }} steps: diff --git a/requirements_test.txt b/requirements_test.txt index 8f3273c..b96ac13 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,4 @@ +setuptools pytest pytest-cov pytest-mock From 8da2ab98a0fa885512b8fa6836e1374440592005 Mon Sep 17 00:00:00 2001 From: mfarragher <33595938+mfarragher@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:17:37 +0100 Subject: [PATCH 2/2] 3.13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc7f701..1c7bf76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.12', '3.11', '3.10', '3.9'] + python-version: ['3.13', '3.12', '3.11', '3.10', '3.9'] env: OS: ${{ matrix.os }} steps: