Skip to content

Commit

Permalink
python3.13 step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry1 committed Oct 9, 2024
1 parent bf8c08a commit 24f5b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ version = "*"
optional = true

[tool.poetry.dependencies.psutil]
version = "*"
version = ">=6"
optional = true

[tool.poetry.group.dev.dependencies]
Expand All @@ -131,7 +131,7 @@ pydocstyle = ">=6.3.0"
pyflakes = ">2"
pyleft = "*"
pylint = "*"
pylyzer = "^0.0.51"
#pylyzer = "^0.0.51"
pyre-check = "*"
pyright = "*"
pyroma = "^4.1"
Expand All @@ -141,7 +141,7 @@ radon = "*"
retype = "^22.8.0"
ruff = "^0.3.7"
setuptools = ">=65.5.1"
toml = "*"
toml = ">=0.10"
types-psutil = "^5.9.5.11"
ufmt = "*"
vermin = ">=1.5"
Expand Down

0 comments on commit 24f5b39

Please sign in to comment.