From d4179573cc5a11d7cedb2dffd7a8930837ed5c25 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 11 Oct 2023 09:11:39 +0200 Subject: [PATCH] Add support for Python 3.12 --- .github/workflows/test.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b79c0a8..6d36332 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index 6a9827f..9dad456 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,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 [options]