diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b63be7e..b3c48770b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index 587df1309..307332cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/tox.ini b/tox.ini index 8dc396d5b..10f3e7f30 100644 --- a/tox.ini +++ b/tox.ini @@ -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