|
15 | 15 |
|
16 | 16 | setup( |
17 | 17 | name='SoftLayer', |
18 | | - version='v6.2.9', |
| 18 | + version='v6.3.0', |
19 | 19 | description=DESCRIPTION, |
20 | 20 | long_description=LONG_DESCRIPTION, |
21 | 21 | long_description_content_type='text/x-rst', |
|
30 | 30 | 'slcli = SoftLayer.CLI.core:main', |
31 | 31 | ], |
32 | 32 | }, |
33 | | - python_requires='>=3.7', |
| 33 | + python_requires='>=3.10', |
34 | 34 | install_requires=[ |
35 | 35 | 'click >= 8.0.4', |
36 | 36 | 'requests >= 2.32.2', |
37 | 37 | 'prompt_toolkit >= 2', |
38 | 38 | 'pygments >= 2.0.0', |
39 | 39 | 'urllib3 >= 1.24', |
40 | | - 'rich == 14.3.3' |
| 40 | + 'rich == 15.0.0' |
41 | 41 | ], |
42 | 42 | keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'], |
43 | 43 | classifiers=[ |
|
48 | 48 | 'License :: OSI Approved :: MIT License', |
49 | 49 | 'Operating System :: OS Independent', |
50 | 50 | 'Topic :: Software Development :: Libraries :: Python Modules', |
51 | | - 'Programming Language :: Python :: 3.7', |
52 | | - 'Programming Language :: Python :: 3.8', |
53 | | - 'Programming Language :: Python :: 3.9', |
54 | 51 | 'Programming Language :: Python :: 3.10', |
55 | 52 | 'Programming Language :: Python :: 3.11', |
56 | 53 | 'Programming Language :: Python :: 3.12', |
| 54 | + 'Programming Language :: Python :: 3.14', |
57 | 55 | 'Programming Language :: Python :: Implementation :: CPython', |
58 | 56 | 'Programming Language :: Python :: Implementation :: PyPy', |
59 | 57 | ], |
|
0 commit comments