mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update minimum Python version to 3.8 (#2958)
This commit is contained in:
parent
e77a5247b6
commit
2974d53b3c
4 changed files with 8 additions and 9 deletions
|
|
@ -146,7 +146,7 @@ Style for Python code should follow PEP8_.
|
|||
|
||||
Docstrings for functions and methods should follow numpydoc_ style.
|
||||
|
||||
Python code should work with Python 3.7+.
|
||||
Python code should work with Python 3.8+.
|
||||
|
||||
Use of third-party Python packages should be limited to numpy_, scipy_,
|
||||
matplotlib_, pandas_, and h5py_. Use of other third-party packages must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue