Skip to content

Commit 3c96812

Browse files
committed
python: bump last remaining 3.8 to 3.9
note: Protobuf v31.0 has dropped support of Python 3.8
1 parent 292ded3 commit 3c96812

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',
@@ -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',

0 commit comments

Comments
 (0)