Skip to content

Commit

Permalink
Remove support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Oct 22, 2024
1 parent a6e8b02 commit 7215c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", 3.11, 3.12]
python-version: ["3.10", 3.11, 3.12]
services:
postgres:
image: postgres:13
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 @@ dynamic = ["version"]
description = "Safe Ecosystem Foundation utilities for Ethereum projects"
readme = "README.rst"
license = "MIT"
requires-python = ">=3.9"
requires-python = ">=3.10"
authors = [
{ name = "Uxío", email = "[email protected]" },
]
Expand Down

0 comments on commit 7215c0c

Please sign in to comment.