Skip to content

Commit

Permalink
Merge pull request #2075 from nf-core/prevent-install-with-old-python
Browse files Browse the repository at this point in the history
require minimum supported Python version for installation
  • Loading branch information
fabianegli authored Nov 30, 2022
2 parents 91727f3 + 2f9ca42 commit ea388b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- Don't print source file + line number on logging messages (except when verbose) ([#2015](https://github.com/nf-core/tools/pull/2015))
- Extended the chat notifications to Slack ([#1829](https://github.com/nf-core/tools/pull/1829))
- Allow other remote URLs not starting with `http` ([#2061](https://github.com/nf-core/tools/pull/2061))
- Prevent installation with unsupported Python versions ([#2075](https://github.com/nf-core/tools/pull/2075))

### Modules

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"console_scripts": ["nf-core=nf_core.__main__:run_nf_core"],
"refgenie.hooks.post_update": ["nf-core-refgenie=nf_core.refgenie:update_config"],
},
python_requires=">=3.7, <4",
install_requires=required,
packages=find_packages(exclude=("docs")),
include_package_data=True,
Expand Down

0 comments on commit ea388b3

Please sign in to comment.