From 857cc909ecc818354f2ddddf2401852aa3d6f5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Tue, 7 Jan 2025 10:46:20 -0600 Subject: [PATCH] Use Ubuntu 22.04 to test with Python 3.7 --- .github/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b9eeb93..a0a7ee2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,6 @@ jobs: matrix: os: ["ubuntu-latest"] python-version: - - "3.7" - "3.8" - "3.9" - "3.10" @@ -69,9 +68,11 @@ jobs: - "3.14" - "pypy3.10" include: - - python-version: "3.12" + - python-version: "3.7" + os: "ubuntu-22.04" + - python-version: "3.13" os: "windows-latest" - - python-version: "3.12" + - python-version: "3.13" os: "macos-latest" - python-version: "3.14-dev" os: "ubuntu-latest"