From 8e17c07511bb2cdf1841eaca14e1684e5e3640ba Mon Sep 17 00:00:00 2001 From: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:32:42 +0530 Subject: [PATCH] Relax MyPy and Python Version Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4949486..f196481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ doctest_optionflags = "NUMBER" profile = "black" [tool.mypy] -python_version = "3.10" +python_version = "3.9" strict = true [project] @@ -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 = [