Skip to content

Commit

Permalink
Remove py312 support (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 8, 2024
1 parent 7a0ea00 commit 5bbc68a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python }}
steps:
- name: Checkout branch
Expand Down
Loading

0 comments on commit 5bbc68a

Please sign in to comment.