From c225e2abeb234be7119911b96b4378cc9d8d6478 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sat, 11 Jan 2025 23:12:14 -0800 Subject: [PATCH] fix github actions for 3.7 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c90bfdc..2a3e164 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: - { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 } - { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 } - { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 } - - { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 } + - { name: "3.7", python: "3.7", os: ubuntu-22.04, tox: py37 } - { name: "PyPy3", python: "pypy-3.9", os: ubuntu-latest, tox: pypy3 } steps: - uses: actions/checkout@v4