mirror of
https://github.com/borgbackup/borg.git
synced 2024-11-20 20:15:25 +03:00
support / test on Python 3.12
This commit is contained in:
parent
6bb24ded05
commit
1175fbcfd9
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",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user