Skip to content

Commit

Permalink
drop support for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremillard committed Nov 2, 2023
1 parent fc70728 commit 3d4a13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Check out the [Tutorials](https://isocor.readthedocs.io/en/latest/tutorials.html
* biologist-friendly.

## Quick-start
IsoCor requires Python 3.6 or higher and run on all platforms.
IsoCor requires Python 3.7 or higher and run on all platforms.
Please check [the documentation](https://isocor.readthedocs.io/en/latest/quickstart.html) for complete
installation and usage instructions.

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MetaSys-LISBP/IsoCor/
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -23,7 +22,7 @@ classifiers =
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
python_requires = >=3.7
install_requires =
pandas >= 0.17.1,
scipy >= 0.12.1
Expand Down

0 comments on commit 3d4a13c

Please sign in to comment.