Skip to content

Commit

Permalink
fix: add new python compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Dec 10, 2024
1 parent 236d55b commit 77b67f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapegraph-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
requires-python = ">=3.10,<4.0"
requires-python = ">=3.9,<4.0"

dependencies = [
"requests>=2.32.3",
Expand Down Expand Up @@ -86,7 +86,7 @@ select = ["F", "E", "W", "C"]
ignore = ["E203", "E501"] # Ignore conflicts with Black

[tool.mypy]
python_version = "3.10"
python_version = "3.9"
strict = true
disallow_untyped_calls = true
ignore_missing_imports = true
Expand Down

0 comments on commit 77b67f6

Please sign in to comment.