1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

eclude py38 on windows

This commit is contained in:
Bastian Venthur
2023-04-16 10:37:06 +02:00
parent d8ff4afddb
commit e765d6b717

View File

@@ -21,6 +21,10 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
exclude:
# 3.8 on windows fails due to some pip issue
- os: windows-latest
python-version: "3.8"
steps:
- uses: actions/checkout@v3