support / test on Python 3.12

This commit is contained in:
Thomas Waldmann 2023-05-19 22:14:41 +02:00
parent 6bb24ded05
commit 1175fbcfd9
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
3 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,9 @@ jobs:
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311-fuse3
- os: ubuntu-22.04
python-version: '3.12-dev'
toxenv: py312-fuse3
env:
TOXENV: ${{ matrix.toxenv }}

View File

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

View File

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