Skip to content

Commit

Permalink
Disable 3.12 and 3.13 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Jan 4, 2025
1 parent 7a2fb6d commit bf79acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- {python: "39", os: ubuntu-latest}
- {python: "310", os: ubuntu-latest}
- {python: "311", os: ubuntu-latest}
- {python: "312", os: ubuntu-latest}
- {python: "313", os: ubuntu-latest}
# - {python: "312", os: ubuntu-latest}
# - {python: "313", os: ubuntu-latest}
runs-on: ${{ matrix.version.os }}
name: test (python ${{ matrix.version.python }})
steps:
Expand Down

0 comments on commit bf79acd

Please sign in to comment.