Skip to content

Commit c2c752d

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 5f7b158 + 45f60c0 commit c2c752d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ https://python-mip.readthedocs.io/_/downloads/en/latest/pdf/
6161

6262
Questions, suggestions and feature request can be posted at [Discussions](https://github.com/coin-or/python-mip/discussions).
6363

64-
## Build status
64+
## Build status
6565

6666
[![CI](https://github.com/coin-or/python-mip/actions/workflows/github-ci.yml/badge.svg)](https://github.com/coin-or/python-mip/actions/workflows/github-ci.yml)
6767
[![Current version](https://badge.fury.io/gh/coin-or%2Fpython-mip.svg)](https://github.com/coin-or/python-mip/releases)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "mip"
77
description = "Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)"
88
readme = "README.md"
9-
requires-python = ">=3.7,<3.14"
9+
requires-python = ">=3.7"
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{name="Tulio A.M. Toffolo", email="[email protected]"},

0 commit comments

Comments
 (0)