Skip to content

Commit

Permalink
setup.py: Switch minimum Python version to 3.7 (To allow more than 25…
Browse files Browse the repository at this point in the history
…5 arguments in functions).
  • Loading branch information
enjoy-digital committed Dec 19, 2023
1 parent 33c07a0 commit 048c428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@

[> Changed
----------
- build/osfpga: Removed initial support (would need feedbacks/updates).
- build/osfpga : Removed initial support (would need feedbacks/updates).
- python3 : Updated minimum python3 version to 3.7 (To allow more than 255 arguments in functions).

[> 2023.08, released on September 14th 2023
-------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
download_url = "https://github.com/enjoy-digital/litex",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
python_requires = "~=3.7",
install_requires = [
"migen",
"packaging",
Expand Down

0 comments on commit 048c428

Please sign in to comment.