diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e07d4ff..ddc6445 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -20,7 +20,9 @@ jobs: {py: "3.8", nx: "2.5"}, {py: "3.9", nx: "2.6"}, {py: "3.10", nx: "2.7"}, - {py: "3.11", nx: "2.8"}] + {py: "3.11", nx: "2.8"}, + {py: "3.12", nx: "3.2"} + ] os: ["ubuntu-latest", "macos-latest", "windows-latest"] steps: diff --git a/setup.py b/setup.py index cecf046..730e978 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,8 @@ def get_version(version_tuple): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11' + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12' ], # What does your project relate to?