File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Introduction
22
3- This is the documentation page for the Python 3.8 + wrapper of OR-Tools.
3+ This is the documentation page for the Python 3.9 + wrapper of OR-Tools.
44
55This project aim to explain how you build a Python native wheel package using
66[ ` setup.py ` ] ( https://packaging.python.org/tutorials/packaging-projects/ ) .
Original file line number Diff line number Diff line change 4141 name='@PYTHON_PROJECT@',
4242 version='@PROJECT_VERSION@',
4343 packages=find_packages(),
44- python_requires='>= 3.8 ',
44+ python_requires='>= 3.9 ',
4545 install_requires=[
4646 'absl-py >= 2.0.0',
4747 'numpy >= 1.13.3',
@@ -159,7 +159,6 @@ setup(
159159 'Programming Language :: Python',
160160 'Programming Language :: Python :: 3',
161161 'Programming Language :: Python :: 3 :: Only',
162- 'Programming Language :: Python :: 3.8',
163162 'Programming Language :: Python :: 3.9',
164163 'Programming Language :: Python :: 3.10',
165164 'Programming Language :: Python :: 3.11',
You can’t perform that action at this time.
0 commit comments