From 817bbbd9ff7f39cf7ab884b3450e7ceeb86ed033 Mon Sep 17 00:00:00 2001 From: Paul McGuire Date: Thu, 13 Apr 2023 21:04:54 -0500 Subject: Update ci.yml Add testing with Python 3.12 --- .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 12a7d26..a7eefe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: os: ["ubuntu-latest"] toxenv: [py, pyparsing_packaging] - 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"] include: - python-version: "3.11" os: macos-latest -- cgit v1.2.1