From 5f1295dfe47c60695aca48ef2a408ef7baface29 Mon Sep 17 00:00:00 2001 From: Dominik Peters Date: Mon, 2 Jun 2025 18:52:43 -0400 Subject: [PATCH 1/3] Remove upper limit on python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99505f05..8019b739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "mip" description = "Python tools for Modeling and Solving Mixed-Integer Linear Programs (MIPs)" readme = "README.md" -requires-python = ">=3.7,<3.13" +requires-python = ">=3.7" license = {file = "LICENSE"} authors = [ {name="Tulio A.M. Toffolo", email="tulio@toffolo.com.br"}, From 6af302a26edb16fb225f4d0b8273b784c2e8423e Mon Sep 17 00:00:00 2001 From: Dominik Peters Date: Mon, 2 Jun 2025 18:55:55 -0400 Subject: [PATCH 2/3] test 3.13 --- .github/workflows/github-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 882cdccc..efaa1d7c 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9-v7.3.15"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9-v7.3.15"] os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022] exclude: # temporarily exclude pypy3 on mac-os as there failing tests caused by bug on cbc side From c934078429cca08863a07ade8dfaf7f58dfac49a Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Tue, 26 Aug 2025 09:48:26 -0400 Subject: [PATCH 3/3] Make small change to trigger workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa33899f..c332730e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ https://python-mip.readthedocs.io/_/downloads/en/latest/pdf/ Questions, suggestions and feature request can be posted at [Discussions](https://github.com/coin-or/python-mip/discussions). -## Build status +## Build status [![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) [![Current version](https://badge.fury.io/gh/coin-or%2Fpython-mip.svg)](https://github.com/coin-or/python-mip/releases)