From 14b140b0f426cd326eec236a1c9da57da23e2d20 Mon Sep 17 00:00:00 2001 From: Jorge Juarez Date: Wed, 26 Jun 2024 18:16:26 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20deploy:=20version=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2628a4a..07aa0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,6 @@ classifiers = [ "Topic :: Utilities", "License :: OSI Approved :: MIT License", # "Topic :: Documentation :: Sphinx" "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -34,8 +32,8 @@ keywords = ["Messenger", "wrapper", "Meta", "API", "Facebook", "Pynani", "PyMess license = {file = "LICENSE"} name = "pynani" readme = "README.md" -requires-python = ">=3.8" -version = "1.3.0" +requires-python = ">=3.10" +version = "1.3.1" [project.urls] "Bug Tracker" = "https://github.com/jorge-jrzz/Pynani/issues"