forked from orbit-oss/flask
remove pypy 3.8 and 3.7 from tests
This commit is contained in:
parent
f139024b1c
commit
9659b11a45
2 changed files with 3 additions and 3 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
|
||||
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
|
||||
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
|
||||
- {name: 'Pallets Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min}
|
||||
- {name: 'Pallets Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev}
|
||||
- {name: 'Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min}
|
||||
- {name: 'Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev}
|
||||
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
|
||||
steps:
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py3{12,11,10,9,8,7}
|
||||
pypy3{9,8,7}
|
||||
pypy39
|
||||
py311-min
|
||||
py37-dev
|
||||
style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue