Skip to content

Commit

Permalink
use python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
张一涵 committed Apr 23, 2024
1 parent 37fc3c8 commit 5d91603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
OS: [ Ubuntu, macOS, Windows ]
python-version: [ "3.8" ]
python-version: [ "3.7" ]
include:
- os: Ubuntu
image: ubuntu-22.04
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "mit"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
jill = "^0.11.1"
wisepy2 = "^1.3"
tomli = "^2.0.1"
Expand All @@ -26,16 +26,16 @@ pytest-cov = "^4.1.0"

[tool.poetry.group.dev.dependencies]
isort = "5.11.5"
black = "22.12.0"
mypy = "^1.9.0"
black = "23.3.0"
mypy = "1.4.1"

[tool.isort]
profile = "black"
skip = [".venv", "logs"]


[tool.mypy]
python_version = "3.8"
python_version = "3.7"
warn_return_any = true
warn_unused_configs = true
check_untyped_defs = true
Expand Down

0 comments on commit 5d91603

Please sign in to comment.