Skip to content

Commit 9371f32

Browse files
committed
Merge branch 'main' of github.com:google/or-tools
2 parents de3d0b4 + 4e2d73a commit 9371f32

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ortools/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
This project aim to explain how you build a Python native wheel package using
66
[`setup.py`](https://packaging.python.org/tutorials/packaging-projects/).

ortools/python/setup.py.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setup(
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',
@@ -171,7 +171,6 @@ setup(
171171
'Programming Language :: Python',
172172
'Programming Language :: Python :: 3',
173173
'Programming Language :: Python :: 3 :: Only',
174-
'Programming Language :: Python :: 3.8',
175174
'Programming Language :: Python :: 3.9',
176175
'Programming Language :: Python :: 3.10',
177176
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)