mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
CI: remove python 3.6 on Windows due to lxml issues
This commit is contained in:
parent
7b40e6c7ed
commit
8d1bb624de
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -73,7 +73,9 @@ jobs:
|
||||||
# lxml support for windows/python3.11 still missing (Dec 2022)
|
# lxml support for windows/python3.11 still missing (Dec 2022)
|
||||||
# https://github.com/lxml/lxml/pull/360
|
# https://github.com/lxml/lxml/pull/360
|
||||||
# python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
# python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
# python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||||
|
# disable python 3.6 on windows due to lxml / bs4 problems on Github Actions
|
||||||
|
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3"
|
- uses: "actions/checkout@v3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue