소스 검색

github CI: test on py310 (again)

Thomas Waldmann 4 년 전
부모
커밋
14722acebc
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/ci.yml

+ 3 - 3
.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...