diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 063e3da..131ec20 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ jobs: matrix: #os: [ubuntu-latest, macos-latest, windows-latest] # ubuntu-latest as of 2023-06 (possibly late 2022) is ubuntu-22.04 os: [ubuntu-20.04, macos-latest, windows-latest] - python-version: ['3.5', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8'] + #python-version: ['3.5', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8'] exclude: - os: macos-latest python-version: '3.5'