Skip to content

Commit ab26041

Browse files
authoredFeb 13, 2025
lowered required python version to 3.9 (#51)
1 parent 49156d4 commit ab26041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "socketsecurity"
77
dynamic = ["version"]
8-
requires-python = ">= 3.11"
8+
requires-python = ">= 3.9"
99
dependencies = [
1010
'requests',
1111
'mdutils',

‎socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.2'
2+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)
Please sign in to comment.