Skip to content

Commit

Permalink
Remove python 3.9 from the testing matrix
Browse files Browse the repository at this point in the history
We're using match syntax which was added in 3.10
  • Loading branch information
rolandgeider committed Jan 16, 2024
1 parent c76d640 commit ed96f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
#TODO: pypy3 has problems compiling lxml
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12' ]
name: CI job (python ${{ matrix.python-version }})

steps:
Expand Down

0 comments on commit ed96f2c

Please sign in to comment.