From 227897574427b718ae30929d78f43051e44c28fc Mon Sep 17 00:00:00 2001 From: Vaclav Rehak Date: Fri, 22 Sep 2023 17:55:59 +0200 Subject: [PATCH] Add pypy 3.10 to the testing matrix --- .github/workflows/test.yml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2b2b88..07b2cee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false max-parallel: 5 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index cb5cd1c..1998f89 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs py{37,py37}-dj{32} py{38,py38,39,py39}-dj{32,40,41,42} - py{310}-dj{32,40,41,42,main} + py{310,py310}-dj{32,40,41,42,main} py{311}-dj{41,42,main} [gh-actions] @@ -20,6 +20,7 @@ python = pypy-3.7: pypy37 pypy-3.8: pypy38 pypy-3.9: pypy39 + pypy-3.10: pypy310 [testenv] usedevelop = true