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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,5 @@ description = ""
[tool.poetry.dependencies] [tool.poetry.dependencies]
pandas = "*" pandas = "*"
python = "^3.7" python = "^3.8"
scipy = "*" scipy = "*"