From 1175fbcfd90f2a255629c28562b696739fac4f09 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 May 2023 22:14:41 +0200 Subject: [PATCH] support / test on Python 3.12 --- .github/workflows/ci.yml | 3 +++ pyproject.toml | 1 + tox.ini | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b63be7..b3c48770 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 587df130..307332cf 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 8dc396d5..10f3e7f3 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