From 13dcb82287a9046843392e2dea5b884686ed0ddf Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 5 Aug 2024 10:10:46 +0100 Subject: [PATCH] add Python 3.12 support --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8601eda..65dd7cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.7, 3.11] + python: [3.7, 3.12] steps: - uses: actions/checkout@v4 with: {fetch-depth: 0} diff --git a/pyproject.toml b/pyproject.toml index 031a67f..fe5f7ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: IronPython",