@@ -26,7 +26,7 @@ def read_req_file(req_type):
26
26
long_description = io .open ("README.md" , encoding = "utf-8" ).read (), # pylint: disable=consider-using-with
27
27
long_description_content_type = "text/markdown" ,
28
28
install_requires = read_req_file ("install" ),
29
- python_requires = ">=3.6 " ,
29
+ python_requires = ">=3.8 " ,
30
30
extras_require = {
31
31
"ci" : read_req_file ("ci" ),
32
32
"dev" : read_req_file ("dev" ),
@@ -64,11 +64,11 @@ def read_req_file(req_type):
64
64
"License :: OSI Approved :: MIT License" ,
65
65
"Programming Language :: Python" ,
66
66
"Programming Language :: Python :: 3" ,
67
- "Programming Language :: Python :: 3.6" ,
68
- "Programming Language :: Python :: 3.7" ,
69
67
"Programming Language :: Python :: 3.8" ,
70
68
"Programming Language :: Python :: 3.9" ,
71
69
"Programming Language :: Python :: 3.10" ,
70
+ "Programming Language :: Python :: 3.11" ,
71
+ "Programming Language :: Python :: 3.12" ,
72
72
"Topic :: Database :: Front-Ends" ,
73
73
"Topic :: Office/Business :: Financial :: Spreadsheet" ,
74
74
"Topic :: Scientific/Engineering :: Visualization" ,
0 commit comments