Skip to content

Commit

Permalink
ci: run py3.12, temporary on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 31, 2024
1 parent 0a15287 commit cebadd0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# For regular pushes, we just test the baseline Python version, but when pushing
# to main or release, we want to exercise the full matrix.
name: Run Matrix Tests
on:
push:
branches: [main, release]
on: push
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
# We're not compatible with Python 3.11 on Windows yet.
# We get a compilation error about libxml2 when building lxml.
Expand Down

0 comments on commit cebadd0

Please sign in to comment.