Add CI for older Python3 versions

This commit is contained in:
Florian Bach 2023-05-14 15:46:20 +02:00
parent d767857f16
commit 7eb50b9306
1 changed files with 1 additions and 1 deletions

View File

@ -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