Skip to content

Commit bcddca4

Browse files
committed
Increase max python version
1 parent c081201 commit bcddca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_file(file_name):
3636
version=read_file('hpobench/__version__.py').split()[-1].strip('\''),
3737
packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*',
3838
'tests.*', 'tests'],),
39-
python_requires='>=3.6, <=3.10',
39+
python_requires='>=3.6, <3.12',
4040
install_requires=read_file('./requirements.txt').split('\n'),
4141
extras_require=get_extra_requirements(),
4242
test_suite='pytest',
@@ -48,6 +48,7 @@ def read_file(file_name):
4848
'Programming Language :: Python :: 3.8',
4949
'Programming Language :: Python :: 3.9',
5050
'Programming Language :: Python :: 3.10',
51+
'Programming Language :: Python :: 3.11',
5152
'Development Status :: 3 - Alpha',
5253
'Natural Language :: English',
5354
'Environment :: Console',

0 commit comments

Comments
 (0)