Skip to content

Commit

Permalink
Drop 3.12 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Aug 23, 2024
1 parent eca8ec4 commit daa479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
pyver: ['3.9', '3.10', '3.11', '3.12']
pyver: ['3.9', '3.10', '3.11']
os: ['ubuntu-latest']
include:
- pyver: '3.9'
Expand All @@ -19,7 +19,7 @@ jobs:
needs: [build]
strategy:
matrix:
pyver: ['3.9', '3.10', '3.11', '3.12']
pyver: ['3.9', '3.10', '3.11']
os: ['ubuntu-latest']
include:
- pyver: '3.9'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
requires-python = ">= 3.9"
Expand Down

0 comments on commit daa479e

Please sign in to comment.