Skip to content

Commit

Permalink
add py312 to automatic running
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Feb 2, 2024
1 parent a491361 commit 98cf122
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/pytest-py312.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.11", "3.12"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 98cf122

Please sign in to comment.