diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 46cd2a31..74ac6ddb 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.12'] + python-version: ['3.11'] os: ['ubuntu-latest'] name: Linting OS ${{ matrix.os }} - Python ${{ matrix.python-version }} steps: @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: [ '3.8', '3.9', '3.10', '3.11'] os: ['ubuntu-latest'] name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} steps: @@ -69,7 +69,7 @@ jobs: strategy: matrix: - python-version: ['3.12'] + python-version: ['3.11'] os: ['ubuntu-latest'] env: diff --git a/setup.py b/setup.py index 7dddc42d..2bbbb4a1 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,6 @@ def find_version(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", ], )