Explorar el Código

github ci: use 3.10 (without -dev)

Thomas Waldmann hace 3 años
padre
commit
530acb68be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -58,7 +58,7 @@ jobs:
               python-version: '3.9'
               toxenv: py39-fuse3
             - os: ubuntu-20.04
-              python-version: '3.10-dev'
+              python-version: '3.10'
               toxenv: py310-fuse3
             - os: macos-latest
               python-version: '3.8'