Update Python requirement to >=3.8. (#8071)
Additional changes: - Use mamba for CPU test on Jenkins. - Cleanup CPU test dependencies. - Restore some of the modin tests
This commit is contained in:
@@ -365,11 +365,10 @@ if __name__ == '__main__':
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10'],
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
url='https://github.com/dmlc/xgboost')
|
||||
|
||||
clean_up()
|
||||
|
||||
Reference in New Issue
Block a user