py 3.12 and pypy 3.10 (#1952)

This commit is contained in:
Michel Oosterhof 2023-10-06 09:43:18 +08:00 committed by GitHub
parent d956145e07
commit 7dee0a5561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -20,8 +20,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", "pypy-3.9", "pypy-3.10"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"]
continue-on-error: ${{ matrix.python-version == '3.12.0-rc.1' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@ -1,6 +1,6 @@
[tox] [tox]
skipsdist = True skipsdist = True
envlist = lint,docs,typing,py38,py39,py310,py311,pypy39 envlist = lint,docs,typing,py38,py39,py310,py311,py312,pypy39, pypy310
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
skip_missing_interpreters = True skip_missing_interpreters = True
@ -10,7 +10,9 @@ python =
3.9: py39 3.9: py39
3.10: py310, lint, docs, typing 3.10: py310, lint, docs, typing
3.11: py311 3.11: py311
3.12: py312
pypy-3.9: pypy39 pypy-3.9: pypy39
pypy-3.10: pypy310
[testenv] [testenv]
setenv = setenv =