2
0
Эх сурвалжийг харах

support / test on Python 3.13

Thomas Waldmann 9 сар өмнө
parent
commit
a8381673b0
3 өөрчлөгдсөн 6 нэмэгдсэн , 2 устгасан
  1. 4 1
      .github/workflows/ci.yml
  2. 1 0
      pyproject.toml
  3. 1 1
      tox.ini

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

@@ -62,9 +62,12 @@ jobs:
             - os: ubuntu-22.04
               python-version: '3.11'
               toxenv: py311-fuse3
-            - os: ubuntu-22.04
+            - os: ubuntu-24.04
               python-version: '3.12'
               toxenv: py312-fuse3
+            - os: ubuntu-24.04
+              python-version: '3.13-dev'
+              toxenv: py313-fuse3
 
     env:
       TOXENV: ${{ matrix.toxenv }}

+ 1 - 0
pyproject.toml

@@ -24,6 +24,7 @@ classifiers = [
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
     "Topic :: Security :: Cryptography",
     "Topic :: System :: Archiving :: Backup",
 ]

+ 1 - 1
tox.ini

@@ -2,7 +2,7 @@
 # fakeroot -u tox --recreate
 
 [tox]
-envlist = py{39,310,311,312}-{none,fuse2,fuse3},docs
+envlist = py{39,310,311,312,313}-{none,fuse2,fuse3},docs
 minversion = 3.2
 requires =
 	pkgconfig