From f81ee54cc6b634074b3ac7d9fd4f86be3ab6d709 Mon Sep 17 00:00:00 2001 From: ctomkow Date: Wed, 10 Apr 2024 16:33:49 -0600 Subject: [PATCH] py 3.12 tests and support --- .github/workflows/jsonparse-buildtest.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jsonparse-buildtest.yml b/.github/workflows/jsonparse-buildtest.yml index 64f3ef5..29ae0e5 100644 --- a/.github/workflows/jsonparse-buildtest.yml +++ b/.github/workflows/jsonparse-buildtest.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 19d2ac5..3bceca5 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], extras_require={ 'webapi': [