@@ -7,7 +7,7 @@ name = "sqlite3-to-mysql"
77description = " A simple Python tool to transfer data from SQLite 3 to MySQL"
88readme = " README.md"
99license = { text = " MIT" }
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.8 "
1111authors = [
1212 { name = " Klemen Tusar" , email = " techouse@gmail.com" },
1313]
@@ -30,7 +30,6 @@ classifiers = [
3030 " Operating System :: OS Independent" ,
3131 " Programming Language :: Python" ,
3232 " Programming Language :: Python :: 3" ,
33- " Programming Language :: Python :: 3.7" ,
3433 " Programming Language :: Python :: 3.8" ,
3534 " Programming Language :: Python :: 3.9" ,
3635 " Programming Language :: Python :: 3.10" ,
@@ -70,7 +69,7 @@ sqlite3mysql = "sqlite3_to_mysql.cli:cli"
7069
7170[tool .black ]
7271line-length = 120
73- target-version = [" py37 " , " py38" , " py39" , " py310" , " py311" ]
72+ target-version = [" py38" , " py39" , " py310" , " py311" ]
7473include = ' \.pyi?$'
7574exclude = '''
7675(
@@ -110,7 +109,7 @@ markers = [
110109]
111110
112111[tool .mypy ]
113- python_version = " 3.7 "
112+ python_version = " 3.8 "
114113exclude = [
115114 " tests" ,
116115 " build" ,
0 commit comments