mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python: require python version >= 3.8.
This commit is contained in:
parent
7aabe8c4a8
commit
4b12f82583
@ -19,5 +19,6 @@ setup(
|
||||
license=license,
|
||||
packages=['rips'],
|
||||
package_data={'rips': ['py.typed', '*.py', 'generated/*.py', 'PythonExamples/*.py', 'tests/*.py']},
|
||||
install_requires=['grpcio', 'protobuf', 'wheel']
|
||||
install_requires=['grpcio', 'protobuf', 'wheel'],
|
||||
python_requires='>=3.8',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user