Skip to content

Commit 084ec10

Browse files
committed
chore: bump min Python to 3.9
1 parent 3e3e0f3 commit 084ec10

File tree

2 files changed

+80
-719
lines changed

2 files changed

+80
-719
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "schemachange"
77
version = "4.0.1"
88
description = "A Database Change Management tool for Snowflake"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [
1313
{name = "jamesweakley/jeremiahhansen"},
@@ -17,7 +17,6 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
@@ -62,7 +61,7 @@ include = [
6261

6362
[tool.ruff]
6463
line-length = 120
65-
target-version = "py38"
64+
target-version = "py39"
6665

6766
[tool.ruff.lint]
6867
select = [
@@ -86,4 +85,4 @@ python_functions = ["test_*"]
8685

8786
[tool.black]
8887
line-length = 120
89-
target-version = ["py38", "py39", "py310", "py311", "py312"]
88+
target-version = ["py39", "py310", "py311", "py312"]

0 commit comments

Comments
 (0)