diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3e8fa0b..af70b47 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -16,18 +16,16 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] python-version: [ - '3.8', - '3.9', '3.10', '3.11', # 'pypy-3.10', ] - exclude: - - os: windows-latest - python-version: pypy-3.10 - - os: macos-latest - python-version: pypy-3.10 + # exclude: + # - os: windows-latest + # python-version: pypy-3.10 + # - os: macos-latest + # python-version: pypy-3.10 env: PYTHON_VERSION: ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index eb8dc62..edca202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,8 +203,6 @@ skip_missing_interpreters = true [gh-actions] python = - 3.8: py38 - 3.9: py39 3.10: py310 3.11: py311 pypy-3.10: pypy3