1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 07:43:06 +00:00

Merge pull request #8345 from ThomasWaldmann/py313

Python 3.13
This commit is contained in:
TW 2024-08-29 14:31:05 +02:00 committed by GitHub
commit ffd1280d5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -62,9 +62,12 @@ jobs:
- os: ubuntu-22.04 - os: ubuntu-22.04
python-version: '3.11' python-version: '3.11'
toxenv: py311-fuse3 toxenv: py311-fuse3
- os: ubuntu-22.04 - os: ubuntu-24.04
python-version: '3.12' python-version: '3.12'
toxenv: py312-fuse3 toxenv: py312-fuse3
- os: ubuntu-24.04
python-version: '3.13-dev'
toxenv: py313-fuse3
env: env:
TOXENV: ${{ matrix.toxenv }} TOXENV: ${{ matrix.toxenv }}

View file

@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Security :: Cryptography", "Topic :: Security :: Cryptography",
"Topic :: System :: Archiving :: Backup", "Topic :: System :: Archiving :: Backup",
] ]

View file

@ -2,7 +2,7 @@
# fakeroot -u tox --recreate # fakeroot -u tox --recreate
[tox] [tox]
envlist = py{39,310,311,312}-{none,fuse2,fuse3},docs envlist = py{39,310,311,312,313}-{none,fuse2,fuse3},docs
minversion = 3.2 minversion = 3.2
requires = requires =
pkgconfig pkgconfig