From 1bf1c96b3017b7dc09a1c2f15c1a316a185a2725 Mon Sep 17 00:00:00 2001 From: mayor-of-geology Date: Fri, 5 May 2023 05:30:49 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a06e909..277c633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] description = "A Python Package for Petrophysical Evaluation" readme = "README.md" -requires-python = ">=3.5" +requires-python = ">=3.7" license = {file = "LICENSE.txt"} classifiers = [ "Programming Language :: Python :: 3",