Add CI for older Python3 versions

pull/66/head
Florian Bach 12 months ago
parent d767857f16
commit 7eb50b9306

@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
# 3.12-dev doesn't work yet due to lxml
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save