windows python 3.6

This commit is contained in:
Tobias Wellnitz, DH1TW 2023-12-28 16:14:14 +01:00
parent 18b2a68cbc
commit d99e4bc64e

View file

@ -125,7 +125,7 @@ jobs:
# 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"]
# disable python 3.6 on windows due to lxml / bs4 problems on Github Actions
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: "actions/checkout@v3"