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 12
12
matrix :
13
13
python-version : ['3.8',
14
14
' 3.9' ,
15
- ' 3.10' ]
15
+ ' 3.10' ,
16
+ ' 3.11' ,]
16
17
17
18
steps :
18
19
- name : Checkout
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " frouros"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " A Python library for drift detection in Machine Learning problems"
5
5
authors = [
6
6
{name = " Jaime Céspedes Sisniega" , email = " cespedes@ifca.unican.es" }
@@ -26,8 +26,9 @@ classifiers = [
26
26
" Programming Language :: Python :: 3.8" ,
27
27
" Programming Language :: Python :: 3.9" ,
28
28
" Programming Language :: Python :: 3.10" ,
29
+ " Programming Language :: Python :: 3.11" ,
29
30
]
30
- requires-python = " >=3.8,<3.11 "
31
+ requires-python = " >=3.8,<3.12 "
31
32
dependencies = [
32
33
" matplotlib>=3.6.0,<3.7" ,
33
34
" numpy>=1.24.0,<1.25" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
minversion = 3.24.5
3
3
envlist =
4
- py3{8, 9, 10}
4
+ py3{8, 9, 10, 11 }
5
5
linters
6
6
7
7
[base]
@@ -15,6 +15,7 @@ python =
15
15
3.8: py38
16
16
3.9: py39, linters
17
17
3.10: py310
18
+ 3.11: py311
18
19
19
20
[testenv]
20
21
deps =
You can’t perform that action at this time.
0 commit comments