mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
support / test on Python 3.12
This commit is contained in:
parent
6bb24ded05
commit
1175fbcfd9
3 changed files with 5 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
|
|
2
tox.ini
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue