mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
These are not numbers.
This commit is contained in:
parent
abe4c6a1f0
commit
5ac3cb644f
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -38,21 +38,21 @@ jobs:
|
||||
- windows-latest
|
||||
- ubuntu-latest
|
||||
python-version:
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
include:
|
||||
# On macOS don't bother with 3.7-3.8, just to get faster builds.
|
||||
- os: macos-latest
|
||||
python-version: 3.9
|
||||
python-version: "3.9"
|
||||
- os: macos-latest
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
# We only support PyPy on Linux at the moment.
|
||||
- os: ubuntu-latest
|
||||
python-version: pypy-3.7
|
||||
python-version: "pypy-3.7"
|
||||
- os: ubuntu-latest
|
||||
python-version: pypy-3.8
|
||||
python-version: "pypy-3.8"
|
||||
|
||||
steps:
|
||||
# See https://github.com/actions/checkout. A fetch-depth of 0
|
||||
|
Loading…
Reference in New Issue
Block a user