Skip to content

Commit

Permalink
Deprecated older Python versions (<3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikDurdevic committed Jul 14, 2023
1 parent 887fddb commit c95fef3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'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',
'Programming Language :: Python :: 3.11',
],
description='Bayesian Tuning and Bandits',
extras_require={
Expand All @@ -109,7 +108,7 @@
long_description_content_type='text/markdown',
name='baytune',
packages=find_packages(include=['btb', 'btb.*']),
python_requires='>=3.6,<3.9',
python_requires='>=3.8,<3.12',
setup_requires=setup_requires,
test_suite='tests',
tests_require=tests_require,
Expand Down

0 comments on commit c95fef3

Please sign in to comment.