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
whitequark authored Oct 9, 2024
1 parent 19b9732 commit 389c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Board and connector definitions for Amaranth HDL"
authors = [{name = "Amaranth HDL contributors"}]
license = {file = "LICENSE.txt"}

requires-python = "~=3.8"
requires-python = "~=3.9"
dependencies = [
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
"amaranth>=0.4,<0.7",
Expand Down

0 comments on commit 389c4f7

Please sign in to comment.