From bb22356e32f75db674b7bd6107d0c0033307fc7a Mon Sep 17 00:00:00 2001 From: Tadas Subonis Date: Mon, 11 Mar 2024 17:48:16 +0100 Subject: [PATCH] Relax config for Python --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c74c5a..ee0cacd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "givenpy" -version = "1.0.2" +version = "1.0.3" description = "A simple micro BDD framework for Python" authors = ["Tadas Subonis "] license = "MIT" @@ -10,7 +10,7 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities",