Skip to content

Commit

Permalink
Remove 3.7 and add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Jul 1, 2024
1 parent 4a93ae8 commit 3915d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
timeout-minutes: 5
if: ${{ !contains(github.event.head_commit.message, '#noci') }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}

services:
Expand Down

0 comments on commit 3915d82

Please sign in to comment.