diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 697e45e..a696878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 34e66ba..82f668c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pivotal-solver" authors = [{ name = "Tomas Roun", email = "tomas.roun8@gmail.com" }] description = "High-level Linear Programming solver using the Simplex algorithm" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [ "linear programming", "linear programming solver",