Skip to content

Commit e676ddb

Browse files
committed
Update python min version in Readme
1 parent dc63701 commit e676ddb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![codecov](https://codecov.io/gh/doctorado-ml/stree/branch/master/graph/badge.svg)](https://codecov.io/gh/doctorado-ml/stree)
44
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/35fa3dfd53a24a339344b33d9f9f2f3d)](https://www.codacy.com/gh/Doctorado-ML/STree?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/STree&utm_campaign=Badge_Grade)
55
[![PyPI version](https://badge.fury.io/py/STree.svg)](https://badge.fury.io/py/STree)
6-
![https://img.shields.io/badge/python-3.8%2B-blue](https://img.shields.io/badge/python-3.8%2B-brightgreen)
6+
![https://img.shields.io/badge/python-3.11%2B-blue](https://img.shields.io/badge/python-3.11%2B-brightgreen)
77
[![DOI](https://zenodo.org/badge/262658230.svg)](https://zenodo.org/badge/latestdoi/262658230)
88

99
# STree

stree/Strees.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def version() -> str:
175175
return __version__
176176

177177
def __call__(self) -> None:
178-
"""Only added to comply with scikit-learn base sestimator for ensembles
179-
"""
178+
"""Only added to comply with scikit-learn base sestimator for
179+
ensembles"""
180180
pass
181181

182182
def _more_tags(self) -> dict:

0 commit comments

Comments
 (0)