Skip to content

Commit 2184b49

Browse files
committed
update setup.py
1 parent 2eeeef3 commit 2184b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ def load_requirements():
5353
),
5454
zip_safe=False,
5555
install_requires=load_requirements(),
56-
python_requires='>=3.6',
56+
python_requires='>=3.11',
5757
project_urls={
5858
'Website': 'https://magic.link',
5959
},
6060
classifiers=[
6161
'Development Status :: 3 - Alpha',
6262
'Programming Language :: Python',
63-
'Programming Language :: Python :: 3.6',
63+
'Programming Language :: Python :: 3.11',
6464
'Intended Audience :: Developers',
6565
'License :: OSI Approved :: MIT License',
6666
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)