From 1ed60fdfe4c7abb6223fcb834b3c18a6ab257ec0 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 4 Dec 2023 23:56:09 -0500 Subject: [PATCH] CI: upgrade PyPy test runner from 3.9 to 3.10 --- .github/workflows/ci.yml | 2 +- tox.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59095a62..ec337b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.10"] experimental: [false] include: - python-version: "3.10" diff --git a/tox.ini b/tox.ini index 078476a6..f596dcac 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py{38,39}-dj{32,40}, py310-dj{32,40,41}, py311-dj{41,42}, - pypy39-dj40 + pypy310-dj40 [gh-actions] python = @@ -14,7 +14,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 - pypy-3.9: pypy39 + pypy-3.10: pypy310 [testenv] @@ -35,7 +35,7 @@ deps = mysqlclient py{37,38,39,310,311}: psycopg2-binary ; gdal=={env:GDAL_VERSION:2.4} - pypy39: psycopg2cffi>=2.7.6 + pypy310: psycopg2cffi>=2.7.6 before_after==1.0.0 jinja2>=2.10 dill