Sfoglia il codice sorgente

setup.py: declare python 3.12 support

Thomas Waldmann 1 anno fa
parent
commit
906962b631
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -289,6 +289,7 @@ setup(
         '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',
     ],