Skip to content

Commit 89dcc5c

Browse files
committed
CI: stop testing EoL PyPy
1 parent 184e36f commit 89dcc5c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
1818
python-version:
19-
# CPython <= 3.7 is EoL since 2923-06-27
19+
# CPython <= 3.7 is EoL since 2023-06-27
2020
- "3.7"
2121
- "3.8"
2222
- "3.9"
2323
- "3.10"
2424
- "3.11"
2525
- "3.12"
2626
# PyPy <= 3.8 is EoL since 2023-06-16
27-
- "pypy-3.8"
27+
- "pypy-3.9"
28+
- "pypy-3.10"
2829
steps:
2930
- uses: actions/checkout@v4
3031
- name: Using Python ${{ matrix.python-version }}

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ environment:
2424
# PYTHON: "C:\\Python38-x64"
2525
#- TOXENV: py39
2626
# PYTHON: "C:\\Python39-x64"
27+
#- TOXENV: py310
28+
# PYTHON: "C:\\Python310-x64"
29+
#- TOXENV: py311
30+
# PYTHON: "C:\\Python311-x64"
31+
#- TOXENV: py312
32+
# PYTHON: "C:\\Python312-x64"
2733
matrix:
2834
allow_failures:
2935
- TOXENV: py35

0 commit comments

Comments
 (0)