From b088f2ecfb012989d8f7bae9466e83beb85eadbc Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 24 Aug 2024 11:32:43 -0400 Subject: [PATCH] add regression testing with python 3.12 (#208) --- .github/workflows/regtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index bfb66cb83..d36107751 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4