diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index afa2ff1..f4621a4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: ["windows-latest", "ubuntu-latest"] steps: @@ -25,6 +25,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: + allow-prereleases: true python-version: ${{ matrix.python-version }} - name: Install dependencies run: | diff --git a/setup.py b/setup.py index 91dfb24..d4ba9b3 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Human Machine Interfaces", ] )