From 01e2c201c8832be49e10fc93e04b914643ef327c Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 5 Oct 2023 12:16:31 -0500 Subject: [PATCH] PR workflow: Test with Python 3.12 --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 20e8394..da80779 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2