Skip to content

Commit

Permalink
Drop Python 3.9 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Aug 20, 2024
1 parent f24ef61 commit 57da2ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest", "macos-14"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout source
Expand Down
10 changes: 0 additions & 10 deletions ci/environment-3.9.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description="High performance approximate and streaming algorithms"
maintainers = [{name = "Jim Crist", email = "[email protected]"}]
license = {text = "BSD-3-Clause"}
readme = "README.rst"
requires-python = ">=3.9"
requires-python = ">=3.10"
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 57da2ea

Please sign in to comment.