Browse Source

github ci: use 3.10 (without -dev)

Thomas Waldmann 3 years ago
parent
commit
530acb68be
1 changed files with 1 additions and 1 deletions
  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'