From 1f2129b12d192f20094e5784b41e3aa528e1ebe8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 21 Jul 2023 13:02:50 -0400 Subject: [PATCH] temp: run two versions --- .github/workflows/testsuite.yml | 6 ++++-- tox.ini | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 60e2fb1ce..d59048cf1 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -49,7 +49,7 @@ jobs: #- "3.9" #- "3.10" - "3.11" - - "3.12" + #- "3.12" #- "pypy-3.8" #- "pypy-3.9" #- "pypy-3.10" @@ -62,7 +62,9 @@ jobs: - name: "Set up Python" uses: "actions/setup-python@v4" with: - python-version: "${{ matrix.python-version }}" + python-version: | + 3.10 + 3.11 allow-prereleases: true cache: pip cache-dependency-path: 'requirements/*.pip' diff --git a/tox.ini b/tox.ini index 51fe5828c..c8c5dbd28 100644 --- a/tox.ini +++ b/tox.ini @@ -117,9 +117,9 @@ commands = # https://pypi.org/project/tox-gh/ # PYVERSIONS python = - 3.8 = py38 + 3.8 = py38,py39,py310 3.9 = py39 3.10 = py310 - 3.11 = py311 + 3.11 = py311,py310 3.12 = py312 pypy-3 = pypy3