mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 02:49:12 +08:00
CI: stop testing EoL PyPy
This commit is contained in:
parent
184e36f9da
commit
89dcc5c578
5
.github/workflows/tox.yml
vendored
5
.github/workflows/tox.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
|
||||
python-version:
|
||||
# CPython <= 3.7 is EoL since 2923-06-27
|
||||
# CPython <= 3.7 is EoL since 2023-06-27
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
@ -24,7 +24,8 @@ jobs:
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
# PyPy <= 3.8 is EoL since 2023-06-16
|
||||
- "pypy-3.8"
|
||||
- "pypy-3.9"
|
||||
- "pypy-3.10"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Using Python ${{ matrix.python-version }}
|
||||
|
||||
@ -24,6 +24,12 @@ environment:
|
||||
# PYTHON: "C:\\Python38-x64"
|
||||
#- TOXENV: py39
|
||||
# PYTHON: "C:\\Python39-x64"
|
||||
#- TOXENV: py310
|
||||
# PYTHON: "C:\\Python310-x64"
|
||||
#- TOXENV: py311
|
||||
# PYTHON: "C:\\Python311-x64"
|
||||
#- TOXENV: py312
|
||||
# PYTHON: "C:\\Python312-x64"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- TOXENV: py35
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user