From 23e51762fc992c090460cc68ab857e97574599ef Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Mon, 5 Dec 2022 22:16:17 +0900 Subject: [PATCH] fix: bump Python version to 3.8 (#10) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab957fa..39dcb10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,5 @@ description = "" [tool.poetry.dependencies] pandas = "*" -python = "^3.7" +python = "^3.8" scipy = "*"