diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9926372..0aac48b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,9 +15,6 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] python-version: [ 3.8, 3.9, '3.10', '3.11' ] - exclude: - - os: windows-latest - python-version: '3.11' env: DISPLAY: ':99.0'