From 7ab7239a6585803e5bd39c25ce927982a49d59f4 Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Mon, 22 Jan 2024 09:06:33 -0700 Subject: [PATCH] py12 --- .github/workflows/public-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/public-ci.yml b/.github/workflows/public-ci.yml index f5290bf5..0e5e5114 100644 --- a/.github/workflows/public-ci.yml +++ b/.github/workflows/public-ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4