Skip to content

Commit

Permalink
Updated required Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Jul 18, 2024
1 parent 019a01b commit 5e21ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requirements
============

.. NOTE::
Full VUnit functionality requires Python (3.6 or higher) and a simulator
Full VUnit functionality requires Python (3.7 or higher) and a simulator
supported by the VUnit Python test runner (see list below).
However, VUnit can run with limited functionality entirely within VHDL using
the :doc:`VHDL test runner <./run/user_guide>`.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ def find_all_files(directory, endings=None):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Testing",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=["colorama"],
requires=["colorama"],
license="Mozilla Public License 2.0 (MPL 2.0)",
Expand Down

0 comments on commit 5e21ad0

Please sign in to comment.