Don't change versions for now, use strings so it'll be future compatible with 3.10.

This commit is contained in:
Itamar Turner-Trauring 2022-12-12 10:54:23 -05:00
parent 742b352861
commit d05a1313d1

View File

@ -155,18 +155,18 @@ jobs:
matrix:
include:
- os: macos-latest
python-version: 3.9
python-version: "3.9"
force-foolscap: false
- os: windows-latest
python-version: 3.10
python-version: "3.9"
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.8
python-version: "3.7"
force-foolscap: true
- os: ubuntu-20.04
python-version: 3.10
python-version: "3.9"
force-foolscap: false
steps: