mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
github CI: test on py310 (again)
This commit is contained in:
parent
65ea375968
commit
14722acebc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -63,9 +63,9 @@ jobs:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
toxenv: py39-fuse3
|
toxenv: py39-fuse3
|
||||||
#- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
# python-version: '3.10-dev'
|
python-version: '3.10-dev'
|
||||||
# toxenv: py310-fuse3
|
toxenv: py310-fuse3
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
# note: it seems that 3.8 and 3.9 are currently broken,
|
# note: it seems that 3.8 and 3.9 are currently broken,
|
||||||
# neverending RuntimeError crashes...
|
# neverending RuntimeError crashes...
|
||||||
|
|
Loading…
Reference in a new issue