From 04396d4df74c4da8c3a5ea9db23b9899bdc60352 Mon Sep 17 00:00:00 2001 From: Sequoia <36747422+sequoiap@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:45:21 -0700 Subject: [PATCH] Update build-and-test.yml Drop Python 3.7-3.8, add 3.12 --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 9281897..b35ae29 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12'] name: build and test on: pull_request: