Skip to content

Commit

Permalink
Relax MyPy and Python Version
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <[email protected]>
  • Loading branch information
vivekjoshy committed Oct 29, 2024
1 parent c26c52f commit 8e17c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ doctest_optionflags = "NUMBER"
profile = "black"

[tool.mypy]
python_version = "3.10"
python_version = "3.9"
strict = true

[project]
Expand All @@ -51,7 +51,7 @@ maintainers = [
]
description = "Multiplayer Rating System. No Friction."
readme = "README.md"
requires-python = "~=3.10"
requires-python = "~=3.9"
keywords = ["ranking", "trueskill", "statistics", "rating", "math", "rank"]
license = {text = "MIT"}
classifiers = [
Expand Down

0 comments on commit 8e17c07

Please sign in to comment.