Browse Source

test on Python 3.14 (w/o -dev)

Thomas Waldmann 1 week ago
parent
commit
947007c567
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -85,7 +85,7 @@ jobs:
               python-version: '3.13'
               toxenv: py313-fuse3
             - os: ubuntu-24.04
-              python-version: '3.14-dev'
+              python-version: '3.14'
               toxenv: py314-fuse3
 
     env: