mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
setup.py: declare python 3.12 support
This commit is contained in:
parent
ce274aa11c
commit
906962b631
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -289,6 +289,7 @@ def members_appended(*ds):
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'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',
|
||||||
'Topic :: Security :: Cryptography',
|
'Topic :: Security :: Cryptography',
|
||||||
'Topic :: System :: Archiving :: Backup',
|
'Topic :: System :: Archiving :: Backup',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue