diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index 0fb10194..c6a4ede4 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -47,7 +47,6 @@ jobs: export PATH=/opt/python/cp310-cp310/bin/:$PATH && \ export PATH=/opt/python/cp39-cp39/bin/:$PATH && \ export PATH=/opt/python/cp38-cp38/bin/:$PATH && \ - export PATH=/opt/python/cp37-cp37m/bin/:$PATH && \ /opt/python/cp38-cp38/bin/python -m venv venv && \ if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi && \ . ./activate && \ diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bbc80fff..56470f38 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.7] + python: ["3.10"] steps: - uses: actions/checkout@v3 @@ -188,7 +188,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest] - python: [3.7] + python: ["3.10"] steps: - uses: actions/checkout@v3 with: @@ -224,7 +224,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.7] + python: ["3.10"] steps: - uses: actions/checkout@v3 with: