Skip to content

Commit

Permalink
Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
staadecker committed Dec 15, 2024
1 parent 52da109 commit 4e77eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
polars-version: ["1.12.0"]
python-version: ["3.13"]
polars-version: ["1.17.1"]
include:
- python-version: "3.8"
- python-version: "3.9"
polars-version: "0.20.27"
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.11"
authors = [{ name = "Bravos Power", email = "[email protected]" }]
description = "Blazing fast linear program interface"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 4e77eff

Please sign in to comment.