diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20f6250..51ef2a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,8 @@ jobs: python-version: '3.10' - os: ubuntu-latest python-version: '3.11' + - os: ubuntu-latest + python-version: '3.12' steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 134bd56..44d68e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,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', ] dependencies = [