From 55eee298ec9f902b9f9b2b412b2e3b23f85b3f92 Mon Sep 17 00:00:00 2001 From: darwish Date: Thu, 12 Oct 2023 11:55:40 -0300 Subject: [PATCH] Specify pypy version - The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398. --- .github/workflows/tests.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 25b0a99..4c9ae7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9'] + python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9-7.3.12'] steps: - name: Checkout repository diff --git a/tox.ini b/tox.ini index 4de766f..6581723 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 - pypy-3.9: pypy3 + pypy-3.9-7.3.12: pypy3 [testenv] setenv =