Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 80b5fdb

Browse files
committed
Add minimum Python requirements to setup.py
1 parent a27f2dd commit 80b5fdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@
7575
'Topic :: Software Development :: Libraries',
7676
'Topic :: Software Development :: Libraries :: Python Modules',
7777
'Topic :: Utilities',
78-
]
78+
],
79+
python_requires='>=3.7'
7980
)

wavelink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'EvieePy'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2019-2020 (c) PythonistaGuild'
5-
__version__ = '0.5.01'
5+
__version__ = '0.5.02'
66

77
from .client import Client
88
from .errors import *

0 commit comments

Comments
 (0)