Skip to content

Commit

Permalink
Require Python 3.7. (#7682)
Browse files Browse the repository at this point in the history
* Update setup.py.
  • Loading branch information
trivialfis authored Feb 20, 2022
1 parent 549f3bd commit e56d177
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,11 @@ def run(self) -> None:
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'],
python_requires='>=3.6',
python_requires=">=3.7",
url='https://github.com/dmlc/xgboost')

clean_up()

0 comments on commit e56d177

Please sign in to comment.