Skip to content

Commit

Permalink
Roll back 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Dec 18, 2024
1 parent d1ec2f3 commit b42ef40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']
os: ['ubuntu-latest']

env:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

0 comments on commit b42ef40

Please sign in to comment.