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 = [