mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Don't change versions for now, use strings so it'll be future compatible with 3.10.
This commit is contained in:
parent
742b352861
commit
d05a1313d1
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -155,18 +155,18 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: 3.9
|
python-version: "3.9"
|
||||||
force-foolscap: false
|
force-foolscap: false
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: 3.10
|
python-version: "3.9"
|
||||||
force-foolscap: false
|
force-foolscap: false
|
||||||
# 22.04 has some issue with Tor at the moment:
|
# 22.04 has some issue with Tor at the moment:
|
||||||
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
|
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: 3.8
|
python-version: "3.7"
|
||||||
force-foolscap: true
|
force-foolscap: true
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: 3.10
|
python-version: "3.9"
|
||||||
force-foolscap: false
|
force-foolscap: false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user