mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 22:09:54 +00:00
Only support PyPy3 on Linux.
This commit is contained in:
parent
9d9ec698e0
commit
abe4c6a1f0
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -42,17 +42,18 @@ jobs:
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- pypy-3.7
|
||||
- pypy-3.8
|
||||
include:
|
||||
# On macOS don't bother with 3.7-3.8, just to get faster builds.
|
||||
- os: macos-latest
|
||||
python-version: 3.9
|
||||
- os: macos-latest
|
||||
python-version: pypy3.8
|
||||
- os: macos-latest
|
||||
python-version: 3.10
|
||||
|
||||
# We only support PyPy on Linux at the moment.
|
||||
- os: ubuntu-latest
|
||||
python-version: pypy-3.7
|
||||
- os: ubuntu-latest
|
||||
python-version: pypy-3.8
|
||||
|
||||
steps:
|
||||
# See https://github.com/actions/checkout. A fetch-depth of 0
|
||||
# fetches all tags and branches.
|
||||
|
@ -1 +1 @@
|
||||
Added support for Python 3.10 and PyPy3 (3.7 and 3.8).
|
||||
Added support for Python 3.10. Added support for PyPy3 (3.7 and 3.8, on Linux only).
|
Loading…
x
Reference in New Issue
Block a user