Skip to content

Commit

Permalink
Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Mar 24, 2024
1 parent 1e633f0 commit 2fafbf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pivotal-solver"
authors = [{ name = "Tomas Roun", email = "[email protected]" }]
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",
Expand Down

0 comments on commit 2fafbf6

Please sign in to comment.