summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-03-12 20:10:11 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2021-03-12 20:10:11 +0100
commit98841042196ef3e68522e211235826c68488778b (patch)
treeb7a2298eb86a64d9e8451c6008e2339d2f8458da /.github
parent18b58cc701893dacd339d020e06195077bf8a96b (diff)
don't test on py310 for now
it breaks everything due to issue #5729 - reenable after fixing that.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 68a7d09b8..7ba74eb82 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,9 +63,9 @@ jobs:
- os: ubuntu-20.04
python-version: '3.9'
toxenv: py39-fuse3
- - os: ubuntu-20.04
- python-version: '3.10-dev'
- toxenv: py310-fuse3
+ #- os: ubuntu-20.04
+ # python-version: '3.10-dev'
+ # toxenv: py310-fuse3
- os: macos-latest
# note: it seems that 3.8 and 3.9 are currently broken,
# neverending RuntimeError crashes...