@@ -7,7 +7,7 @@ name = "sqlite3-to-mysql"
7
7
description = " A simple Python tool to transfer data from SQLite 3 to MySQL"
8
8
readme = " README.md"
9
9
license = { text = " MIT" }
10
- requires-python = " >=3.7 "
10
+ requires-python = " >=3.8 "
11
11
authors = [
12
12
{
name =
" Klemen Tusar" ,
email =
" [email protected] " },
13
13
]
@@ -30,7 +30,6 @@ classifiers = [
30
30
" Operating System :: OS Independent" ,
31
31
" Programming Language :: Python" ,
32
32
" Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3.7" ,
34
33
" Programming Language :: Python :: 3.8" ,
35
34
" Programming Language :: Python :: 3.9" ,
36
35
" Programming Language :: Python :: 3.10" ,
@@ -70,7 +69,7 @@ sqlite3mysql = "sqlite3_to_mysql.cli:cli"
70
69
71
70
[tool .black ]
72
71
line-length = 120
73
- target-version = [" py37 " , " py38" , " py39" , " py310" , " py311" ]
72
+ target-version = [" py38" , " py39" , " py310" , " py311" ]
74
73
include = ' \.pyi?$'
75
74
exclude = '''
76
75
(
@@ -110,7 +109,7 @@ markers = [
110
109
]
111
110
112
111
[tool .mypy ]
113
- python_version = " 3.7 "
112
+ python_version = " 3.8 "
114
113
exclude = [
115
114
" tests" ,
116
115
" build" ,
0 commit comments