Commit cc4d851b authored by Godefroid Chapelle's avatar Godefroid Chapelle

GHA: excludes 3.11 on macos until I understand how to fix it

parent f7d5398c
......@@ -23,6 +23,9 @@ jobs:
# excludes 2.7 on windows as chocolatey does not support it anymore
- os: windows-latest
python-version: 2.7
# excludes 3.11 on macos as long as I cannot understand how to fix it
- os: macos-latest
python-version: 3.11
steps:
- uses: actions/checkout@v3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment