1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 12:09:10 +00:00

github CI: use python 3.11 (not -dev)

This commit is contained in:
Thomas Waldmann 2022-11-20 17:58:43 +01:00
parent d623b47da9
commit 822a23da92
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -61,7 +61,7 @@ jobs:
python-version: '3.10'
toxenv: py310-fuse3
- os: ubuntu-20.04
python-version: '3.11-dev'
python-version: '3.11'
toxenv: py311-fuse2
- os: macos-12
python-version: '3.8'