[+] Extend support for Python 3.7 3.8

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-04-10 22:15:32 -04:00
parent 9a5c583948
commit 5f75d9e8f1
3 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
__version__ = "1.0.5"
from __future__ import annotations
__version__ = "1.0.6"
import dataclasses
import hashlib
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
def main():
print('🐱')
+2
View File
@@ -22,6 +22,8 @@ setup(
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],