We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275050f commit cb91cf5Copy full SHA for cb91cf5
1 file changed
pyproject.toml
@@ -7,9 +7,9 @@ license = { text = "MIT" }
7
authors = [
8
{ name = "azurechen97", email = "jhcax126@outlook.com" }
9
]
10
-requires-python = ">=3.12"
+requires-python = ">=3.9"
11
dependencies = [
12
- "sqlglot>=29.0.1",
+ "sqlglot>=29.0.0",
13
14
classifiers = [
15
"Development Status :: 3 - Alpha",
@@ -31,9 +31,11 @@ build-backend = "hatchling.build"
31
32
[dependency-groups]
33
dev = [
34
- "ipykernel>=7.2.0",
35
- "pytest>=9.0.2",
+ "pytest>=7.0",
36
37
+[tool.pytest.ini_options]
38
+testpaths = ["tests"]
39
+
40
[project.entry-points."sqlglot.dialects"]
41
maxcompute = "sqlglot_maxcompute.maxcompute:MaxCompute"
0 commit comments