Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
require Python >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jokuha committed Apr 20, 2020
1 parent 8301e9d commit cfadf3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Prerequisites and obtaining CMIstark
------------------------------------

Since CMIstark is written in Python, you need to install Python; CMIstark requires Python version
3.6 or higher.
3.5 or higher.

In addition, you need various Python extension packages, these include

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@


setup(name="cmistark",
python_requires = '>=3.5',
author = "Jochen Küpper, CFEL-CMI group, et al (see AUTHORS)",
author_email = "jochen.kuepper@cfel.de",
maintainer = "Jochen Küpper and the CFEL-CMI group",
Expand Down

0 comments on commit cfadf3d

Please sign in to comment.