From 1407bc71f5f5c8d612d1d122bbea8e0295f8e108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=2E=20J=2E=20Guill=C3=A9n-Osorio?= Date: Tue, 14 Mar 2023 19:47:08 -0600 Subject: [PATCH] returned version to 3.9 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d3b03f..b9e9e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "sigils" -version = "0.2.7" +version = "0.2.8" authors = [ {name = "Rafael Jesús Guillén Osorio", email = "arthexis@gmail.com"}, ] description = "Manage context-less text with [[SIGILS]]." readme = "README.rst" -requires-python = ">=3.10" +requires-python = ">=3.9" keywords = ["utils", "sigils", "string", "text", "magic", "context"] license = {text = "MIT"} classifiers = [ @@ -24,6 +24,7 @@ classifiers = [ 'Environment :: Console', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', ]