From d1ef35b4f05ff53f41026971ea658cb6cbc5d614 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 3 Jun 2022 09:50:57 +0200 Subject: [PATCH] CI: also test on python 3.11-dev --- .github/workflows/ci.yml | 3 +++ tox.ini | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2279d5a8..d466dbac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,9 @@ jobs: - os: ubuntu-20.04 python-version: '3.10' toxenv: py310-fuse3 + - os: ubuntu-20.04 + python-version: '3.11-dev' + toxenv: py311-fuse2 - os: macos-10.15 # macos-latest is macos 11.6.2 and hanging at test_fuse, #6099 python-version: '3.8' toxenv: py38-fuse2 diff --git a/tox.ini b/tox.ini index f23ae78d2..0f727bf98 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # fakeroot -u tox --recreate [tox] -envlist = py{38,39,310}-{none,fuse2,fuse3} +envlist = py{38,39,310,311}-{none,fuse2,fuse3} minversion = 3.2 requires = pkgconfig