mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-06-12 21:14:44 -04:00
Add CI for older Python3 versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user