Skip to content

Commit

Permalink
Test old PyPy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 18, 2023
1 parent 91e323f commit f4b5fb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
# Allow pre-releases:
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
# See "allow-prereleases: true" below.
#
# PyPy versions:
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
# - https://downloads.python.org/pypy/
os: [ubuntu-latest]
python:
# CPython
Expand All @@ -37,6 +41,9 @@ jobs:
- "pypy3.7"
- "pypy3.8"
- "pypy3.9"
# Old PyPy versions
- "pypy-3.6-v7.2.0"
- "pypy-v5.0.0"
include:
# Windows: test old and new Python
- os: windows-latest
Expand Down

0 comments on commit f4b5fb6

Please sign in to comment.