mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
try llfuse on py39
there was a fixed llfuse release today, so lets try it!
This commit is contained in:
parent
8be6afd9e1
commit
5def92800e
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ matrix:
|
|||
- python: "3.9-dev"
|
||||
os: linux
|
||||
dist: xenial
|
||||
env: TOXENV=py39 SKIPFUSE=true
|
||||
env: TOXENV=py39
|
||||
- python: "3.9-dev"
|
||||
os: linux
|
||||
dist: focal
|
||||
env: TOXENV=py39 SKIPFUSE=true
|
||||
env: TOXENV=py39
|
||||
- python: "3.6"
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
|
Loading…
Reference in a new issue