From 94935e7536b46e97af1ef2a00ccb23f6ed18f233 Mon Sep 17 00:00:00 2001 From: Eric Hibbs Date: Wed, 12 Feb 2025 16:30:36 -0800 Subject: [PATCH] lowered required python version to 3.9 --- pyproject.toml | 2 +- socketsecurity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf85302..86ca6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "socketsecurity" dynamic = ["version"] -requires-python = ">= 3.11" +requires-python = ">= 3.9" dependencies = [ 'requests', 'mdutils', diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 30c5fa0..b582e38 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,2 +1,2 @@ __author__ = 'socket.dev' -__version__ = '2.0.2' +__version__ = '2.0.3'