File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 python-version : ['3.8',
1414 ' 3.9' ,
15- ' 3.10' ]
15+ ' 3.10' ,
16+ ' 3.11' ,]
1617
1718 steps :
1819 - name : Checkout
Original file line number Diff line number Diff line change 11[project ]
22name = " frouros"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " A Python library for drift detection in Machine Learning problems"
55authors = [
66 {
name =
" Jaime Céspedes Sisniega" ,
email =
" [email protected] " }
@@ -26,8 +26,9 @@ classifiers = [
2626 " Programming Language :: Python :: 3.8" ,
2727 " Programming Language :: Python :: 3.9" ,
2828 " Programming Language :: Python :: 3.10" ,
29+ " Programming Language :: Python :: 3.11" ,
2930]
30- requires-python = " >=3.8,<3.11 "
31+ requires-python = " >=3.8,<3.12 "
3132dependencies = [
3233 " matplotlib>=3.6.0,<3.7" ,
3334 " numpy>=1.24.0,<1.25" ,
Original file line number Diff line number Diff line change 11[tox]
22minversion = 3.24.5
33envlist =
4- py3{8, 9, 10}
4+ py3{8, 9, 10, 11 }
55 linters
66
77[base]
@@ -15,6 +15,7 @@ python =
1515 3.8: py38
1616 3.9: py39, linters
1717 3.10: py310
18+ 3.11: py311
1819
1920[testenv]
2021deps =
You can’t perform that action at this time.
0 commit comments