@@ -87,14 +87,15 @@ def get_tag(self):
8787 version = soundfile_version ,
8888 description = 'An audio library based on libsndfile, CFFI and NumPy' ,
8989 author = 'Bastian Bechtold' ,
90- author_email = 'basti@ bastibe.de ' ,
90+ author_email = 'bastibe.dev@mailbox.org ' ,
9191 url = 'https://github.com/bastibe/python-soundfile' ,
9292 keywords = ['audio' , 'libsndfile' ],
9393 py_modules = ['soundfile' ],
9494 packages = packages ,
9595 package_data = package_data ,
9696 zip_safe = zip_safe ,
9797 license = 'BSD 3-Clause License' ,
98+ python_requires = ">=3.10" ,
9899 setup_requires = ["cffi>=1.0" ],
99100 install_requires = ['cffi>=1.0' , 'numpy' , 'typing-extensions' ],
100101 cffi_modules = ["soundfile_build.py:ffibuilder" ],
@@ -109,7 +110,6 @@ def get_tag(self):
109110 'Operating System :: OS Independent' ,
110111 'Programming Language :: Python' ,
111112 'Programming Language :: Python :: 3' ,
112- 'Programming Language :: Python :: 2' ,
113113 'Programming Language :: Python :: Implementation :: PyPy' ,
114114 'Programming Language :: Python :: Implementation :: CPython' ,
115115 'Topic :: Multimedia :: Sound/Audio' ,
0 commit comments