Skip to content

Commit

Permalink
Merge pull request #282 from miek/drop-py3.8
Browse files Browse the repository at this point in the history
Update Python versions: drop 3.8, add 3.13 to CI
  • Loading branch information
mossmann authored Dec 5, 2024
2 parents be05684 + 770a550 commit ade626c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
max-parallel: 5
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'

name: test (${{ matrix.python-version }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ prerequisites) up and running.
Prerequisites
-------------

- Python 3.8, or later.
- Python 3.9, or later.
- A working FPGA toolchain. We only officially support a toolchain
composed of the `Project
Trellis <https://github.com/YosysHQ/prjtrellis>`__ ECP5 tools, the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "luna-usb"
description = "Amaranth HDL framework for FPGA-based USB solutions"
license = { text = "BSD" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{name = "Great Scott Gadgets", email = "[email protected]"},
]
Expand Down

0 comments on commit ade626c

Please sign in to comment.