Try with newer Python, 3.11 might make it faster.

This commit is contained in:
Itamar Turner-Trauring 2023-05-03 16:46:57 -04:00
parent 84a6db3e88
commit 5a5031f020

View File

@ -169,12 +169,12 @@ jobs:
python-version: "3.9"
force-foolscap: false
- os: windows-latest
python-version: "3.9"
python-version: "3.11"
force-foolscap: false
# 22.04 has some issue with Tor at the moment:
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
- os: ubuntu-20.04
python-version: "3.11"
python-version: "3.10"
force-foolscap: false
steps: