summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2023-04-13 21:04:54 -0500
committerGitHub <noreply@github.com>2023-04-13 21:04:54 -0500
commit817bbbd9ff7f39cf7ab884b3450e7ceeb86ed033 (patch)
treec4e398c8591b329512c30119a31d7ea49704fa8d
parent604f30b363696ddd179886485899f2c673f77d33 (diff)
downloadpyparsing-git-817bbbd9ff7f39cf7ab884b3450e7ceeb86ed033.tar.gz
Update ci.yml
Add testing with Python 3.12
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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