Skip to content

Commit

Permalink
chore: dropping Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Nov 15, 2024
1 parent f1c3eda commit 8b77df7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 150 deletions.
153 changes: 5 additions & 148 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["crawler", "scraping", "scrapy-extension"]
homepage = "https://www.ayuge.top/mkdocs-material/"

[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.9"
PyMySQL = "^1.0.2"
loguru = "~0.7.0"
Scrapy = "2.11.2"
Expand Down Expand Up @@ -142,7 +142,7 @@ line-length = 88
profile = "black"

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
ignore_missing_imports = true
disable_error_code = ["attr-defined", "arg-type", "union-attr"]

Expand Down

0 comments on commit 8b77df7

Please sign in to comment.