summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2023-04-13 21:06:49 -0500
committerGitHub <noreply@github.com>2023-04-13 21:06:49 -0500
commitb354ac2fb40de06b1e1f534f6adbedd53d281dd5 (patch)
tree79909325e172358ca24973547f861bbe4eb20968
parent817bbbd9ff7f39cf7ab884b3450e7ceeb86ed033 (diff)
downloadpyparsing-git-b354ac2fb40de06b1e1f534f6adbedd53d281dd5.tar.gz
Update ci.yml
Undo 3.12 CI testing for now
-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 a7eefe5..12a7d26 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", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- python-version: "3.11"
os: macos-latest