Skip to content

Commit 62f4160

Browse files
committed
added python 3.11 build
1 parent 988df06 commit 62f4160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10']
15+
python-version: ['3.8', '3.9', '3.10', '3.11']
1616

1717
steps:
1818
- uses: actions/checkout@v3

tests/test_mask.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ukis_csmask.utils import reclassify, cohen_kappa_score
1212

1313

14-
providers = ["CUDAExecutionProvider", "CPUExecutionProvider"]
14+
providers = ["CPUExecutionProvider"]
1515

1616

1717
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)