Dropped Python 3.8 support and added 3.12 support instead

This commit is contained in:
2024-09-21 00:11:13 +02:00
parent 78a5fb886f
commit a341ffd41d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "3.2.3"
__version__ = "3.3.0"
__license__ = "GPL3"
__author__ = "Profitroll"