From f6a09a213059d91095bafa0a56a9b66121ea2da3 Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Sat, 28 Jan 2023 18:07:55 +0700 Subject: [PATCH] bump python version to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61ae798..fdd412a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Code = "https://github.com/eugenesvk/xontrib-homebrew" "Issue tracker" = "https://github.com/eugenesvk/xontrib-homebrew/issues" [tool.poetry.dependencies] -python = ">=3.7" +python = ">=3.8" xonsh = ">=0.12.5" [tool.poetry.dev-dependencies]