Skip to content

Commit

Permalink
Test Nightly builds of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 29, 2023
1 parent 309c56d commit 26f4848
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
os: [ubuntu-latest]
python:
# Python versions (CPython):
# https://github.com/actions/python-versions/
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
- "3.7"
- "3.8"
Expand All @@ -29,6 +30,8 @@ jobs:
# CPython 3.12 final is scheduled for October 2023:
# https://peps.python.org/pep-0693/
- "3.12"
# Python main branch
- "nightly"
# Python 2.7 was removed from GHA setup-python in June 2023:
# https://github.com/actions/setup-python/issues/672

Expand All @@ -43,6 +46,8 @@ jobs:
- "pypy3.8"
- "pypy3.9"
- "pypy3.10"
# Development version of PyPy
- "pypy3.10-nightly"

# Old PyPy versions
# See https://foss.heptapod.net/pypy/pypy/-/issues/3991
Expand Down

0 comments on commit 26f4848

Please sign in to comment.