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:
parent
d623b47da9
commit
822a23da92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
toxenv: py310-fuse3
|
toxenv: py310-fuse3
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: '3.11-dev'
|
python-version: '3.11'
|
||||||
toxenv: py311-fuse2
|
toxenv: py311-fuse2
|
||||||
- os: macos-12
|
- os: macos-12
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
|
|
Loading…
Reference in a new issue