We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeeef3 commit 2184b49Copy full SHA for 2184b49
setup.py
@@ -53,14 +53,14 @@ def load_requirements():
53
),
54
zip_safe=False,
55
install_requires=load_requirements(),
56
- python_requires='>=3.6',
+ python_requires='>=3.11',
57
project_urls={
58
'Website': 'https://magic.link',
59
},
60
classifiers=[
61
'Development Status :: 3 - Alpha',
62
'Programming Language :: Python',
63
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.11',
64
'Intended Audience :: Developers',
65
'License :: OSI Approved :: MIT License',
66
'Operating System :: OS Independent',
0 commit comments