These are not numbers.

This commit is contained in:
Itamar Turner-Trauring 2022-02-23 11:11:04 -05:00
parent abe4c6a1f0
commit 5ac3cb644f

View File

@ -38,21 +38,21 @@ jobs:
- windows-latest - windows-latest
- ubuntu-latest - ubuntu-latest
python-version: python-version:
- 3.7 - "3.7"
- 3.8 - "3.8"
- 3.9 - "3.9"
- 3.10 - "3.10"
include: include:
# On macOS don't bother with 3.7-3.8, just to get faster builds. # On macOS don't bother with 3.7-3.8, just to get faster builds.
- os: macos-latest - os: macos-latest
python-version: 3.9 python-version: "3.9"
- os: macos-latest - os: macos-latest
python-version: 3.10 python-version: "3.10"
# We only support PyPy on Linux at the moment. # We only support PyPy on Linux at the moment.
- os: ubuntu-latest - os: ubuntu-latest
python-version: pypy-3.7 python-version: "pypy-3.7"
- os: ubuntu-latest - os: ubuntu-latest
python-version: pypy-3.8 python-version: "pypy-3.8"
steps: steps:
# See https://github.com/actions/checkout. A fetch-depth of 0 # See https://github.com/actions/checkout. A fetch-depth of 0