Skip to content

Commit

Permalink
ci: test for downward compatibility
Browse files Browse the repository at this point in the history
Currently lxml is only compatible up to 3.12.
  • Loading branch information
JGrothoff committed Nov 28, 2024
1 parent 6410c04 commit af19661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'tests/**'
- '*requirements.txt'
- '.github/workflows/test.yml'

jobs:
test-pinned-version:
runs-on: ubuntu-latest
Expand All @@ -40,9 +41,10 @@ jobs:

test-current-version:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version: ["3.12", "3.13"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit af19661

Please sign in to comment.