mirror of https://github.com/cowrie/cowrie.git
py 3.12 and pypy 3.10 (#1952)
This commit is contained in:
parent
d956145e07
commit
7dee0a5561
|
@ -20,8 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", "pypy-3.9", "pypy-3.10"]
|
||||
continue-on-error: ${{ matrix.python-version == '3.12.0-rc.1' }}
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
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
|
||||
skip_missing_interpreters = True
|
||||
|
||||
|
@ -10,7 +10,9 @@ python =
|
|||
3.9: py39
|
||||
3.10: py310, lint, docs, typing
|
||||
3.11: py311
|
||||
3.12: py312
|
||||
pypy-3.9: pypy39
|
||||
pypy-3.10: pypy310
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
|
|
Loading…
Reference in New Issue