Removing problematic combo from CI/CD testing

This commit is contained in:
Miroslav Stampar
2024-05-09 18:30:55 +02:00
parent 74ca0eda56
commit 3cc19816cc
3 changed files with 5 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 'pypy-2.7', '3.11' ]
exclude:
- os: macos-latest
python-version: 'pypy-2.7'
steps:
- uses: actions/checkout@v2
- name: Set up Python