Skip to content

Commit

Permalink
Remove 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Jan 17, 2025
1 parent 8e94251 commit 530d386
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
{ name = "Suraj Pai", email = "[email protected]" },
{ name = "Keno Bressem", email = "[email protected]" },
]
requires-python = "~=3.9"
requires-python = "~=3.10"
readme = "README.md"
license = "MIT"
keywords = []
Expand Down
Loading

0 comments on commit 530d386

Please sign in to comment.