|
37 | 37 | long_description_content_type="text/markdown",
|
38 | 38 | classifiers=[
|
39 | 39 | 'Development Status :: 4 - Beta',
|
40 |
| - 'Programming Language :: Python :: 3.6', |
41 |
| - 'Programming Language :: Python :: 3.7', |
42 | 40 | 'Programming Language :: Python :: 3.8',
|
43 | 41 | 'Programming Language :: Python :: 3.9',
|
44 | 42 | 'Programming Language :: Python :: 3.10',
|
| 43 | + 'Programming Language :: Python :: 3.11', |
| 44 | + 'Programming Language :: Python :: 3.12', |
45 | 45 | "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
|
46 | 46 | "Intended Audience :: Developers",
|
47 | 47 | "Intended Audience :: Education",
|
|
52 | 52 | author='Benjamin DONNOT',
|
53 | 53 | author_email='benjamin.donnot@rte-france.com',
|
54 | 54 | url="https://github.com/bdonnot/leap_net",
|
55 |
| - python_requires='>=3.7', |
| 55 | + python_requires='>=3.8', |
56 | 56 | license='Mozilla Public License 2.0 (MPL 2.0)',
|
57 | 57 | packages=setuptools.find_packages(),
|
58 | 58 | include_package_data=True,
|
|
0 commit comments