@@ -7,7 +7,7 @@ name = "schemachange"
7
7
version = " 4.0.1"
8
8
description = " A Database Change Management tool for Snowflake"
9
9
readme = " README.md"
10
- requires-python = " >=3.8 "
10
+ requires-python = " >=3.9 "
11
11
license = {text = " Apache-2.0" }
12
12
authors = [
13
13
{name = " jamesweakley/jeremiahhansen" },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Operating System :: OS Independent" ,
18
18
" Programming Language :: Python :: 3" ,
19
19
" Programming Language :: Python :: 3 :: Only" ,
20
- " Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: 3.9" ,
22
21
" Programming Language :: Python :: 3.10" ,
23
22
" Programming Language :: Python :: 3.11" ,
@@ -62,7 +61,7 @@ include = [
62
61
63
62
[tool .ruff ]
64
63
line-length = 120
65
- target-version = " py38 "
64
+ target-version = " py39 "
66
65
67
66
[tool .ruff .lint ]
68
67
select = [
@@ -86,4 +85,4 @@ python_functions = ["test_*"]
86
85
87
86
[tool .black ]
88
87
line-length = 120
89
- target-version = [" py38 " , " py39" , " py310" , " py311" , " py312" ]
88
+ target-version = [" py39" , " py310" , " py311" , " py312" ]
0 commit comments