From a61a4dd60bf18831ea7cedba3eab36e583a6ab03 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Tue, 2 Apr 2024 17:11:23 +0200 Subject: [PATCH] Test with and add support for Python 3.12 --- .github/workflows/coverage.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6bdb2d9..13aca30 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Setup Python uses: actions/setup-python@v4 diff --git a/pyproject.toml b/pyproject.toml index 56578ec..d21813e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", ] dynamic = ["version"]