diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7791c739..990d9b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: strategy: matrix: os: [pytwin-win10, ubuntu-20.04] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - name: Install Ubuntu dependencies for RomViewerSharedLib.so if: matrix.os == 'ubuntu-20.04'