From: Oleg Broytman Date: Sun, 17 Aug 2025 18:40:58 +0000 (+0300) Subject: Tests(GHActions): Do not exclude Python 2.7 and PyPy 3.9 on w32 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4aaaf1a3df100979a3bc07fedcc8ccc2e519d2b3;p=mc%2Fmc-torrent-vfs-tests.git Tests(GHActions): Do not exclude Python 2.7 and PyPy 3.9 on w32 --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index a065fd9..f391e6f 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -16,8 +16,6 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"] exclude: - - os: windows-latest - python-version: "2.7" - os: macos-latest python-version: "2.7" - os: macos-latest @@ -28,8 +26,6 @@ jobs: python-version: "3.7" - os: macos-latest python-version: "=3.9[build=*_pypy]" - - os: windows-latest - python-version: "=3.9[build=*_pypy]" include: - os: ubuntu-latest os-name: Linux