From 070d19af8216b923b109ebb6b88416826c33eef9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:36:55 +0300 Subject: [PATCH] pyproject.toml: update minimum Python version The csv-metadata-quality project will currently pull in Pandas 1.4.0, which has a minimum Python requirement of 3.8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24c3fed..36c371e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Alan Orth "] license = "AGPL-3.0-only" [tool.poetry.dependencies] -python = "^3.7.1" +python = "^3.8" csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"} Flask = "^2.0.2" ansi2html = "^1.6.0"