Browse Source

github CI: test on py312 (w/o -dev)

Thomas Waldmann 1 year ago
parent
commit
82440a2a38
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.11'
               toxenv: py311-fuse3
             - os: ubuntu-22.04
-              python-version: '3.12-dev'
+              python-version: '3.12'
               toxenv: py312-fuse3
 
     env: