From ee01c3fad251094d2bf3bea23333478dd8dc1c32 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 5 Sep 2024 16:17:45 +0200 Subject: [PATCH] Support Python 3.11 (#24) --- .github/workflows/test.yml | 3 +++ pyproject.toml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc8e85a..04200b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,9 @@ jobs: - os: ubuntu-latest python-version: "3.9" tasks: tests + - os: ubuntu-latest + python-version: "3.11" + tasks: tests - os: ubuntu-latest python-version: "3.10" tasks: docs diff --git a/pyproject.toml b/pyproject.toml index aa5bf92..1881586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering', ] dependencies = [