diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 75f9135ca5..860b73a1f8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -78,7 +78,7 @@ jobs: run: > python -m pip install --only-binary=pillow - twisted[tls]==24.3.0 + twisted[tls]==22.8.0 libtorrent==${{ matrix.libtorrent }} pyinstaller pygame diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cba08f760f..bb0cc4ad0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test-linux: strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.7", "3.10"] os: ["ubuntu-24.04"] include: - os: ubuntu-22.04 @@ -81,7 +81,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ["3.7", "3.9", "3.10"] + python-version: ["3.7", "3.10"] arch: ["x64"] steps: