Browse Source

github CI: use python 3.11 (not -dev)

Thomas Waldmann 2 years ago
parent
commit
822a23da92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -61,7 +61,7 @@ jobs:
               python-version: '3.10'
               toxenv: py310-fuse3
             - os: ubuntu-20.04
-              python-version: '3.11-dev'
+              python-version: '3.11'
               toxenv: py311-fuse2
             - os: macos-12
               python-version: '3.8'