Skip to content

Commit 77b67f6

Browse files
committed
fix: add new python compatibility
1 parent 236d55b commit 77b67f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapegraph-py/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3",
3535
"Operating System :: OS Independent",
3636
]
37-
requires-python = ">=3.10,<4.0"
37+
requires-python = ">=3.9,<4.0"
3838

3939
dependencies = [
4040
"requests>=2.32.3",
@@ -86,7 +86,7 @@ select = ["F", "E", "W", "C"]
8686
ignore = ["E203", "E501"] # Ignore conflicts with Black
8787

8888
[tool.mypy]
89-
python_version = "3.10"
89+
python_version = "3.9"
9090
strict = true
9191
disallow_untyped_calls = true
9292
ignore_missing_imports = true

0 commit comments

Comments
 (0)