fix: bump Python version to 3.8 (#10)

This commit is contained in:
Kristofer Koishigawa
2022-12-05 22:16:17 +09:00
committed by GitHub
parent fadd0a8384
commit 23e51762fc
+1 -1
View File
@@ -7,5 +7,5 @@ description = ""
[tool.poetry.dependencies]
pandas = "*"
python = "^3.7"
python = "^3.8"
scipy = "*"