Skip to content

Commit 4ea393e

Browse files
committed
[python] try adding py312 to tests
1 parent c8824ae commit 4ea393e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Python-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
platform: [ubuntu-latest, macos-latest] # windows-latest
30-
python-version: ['3.8', '3.9', '3.10', '3.11']
30+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3131

3232
steps:
3333
- uses: actions/checkout@v4

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python =
1111
3.9: py39
1212
3.10: py310
1313
3.11: py311
14+
3.12: py312
1415

1516
[testenv]
1617
changedir = {toxinidir}/python/dalex/test
@@ -28,4 +29,4 @@ deps =
2829
ipywidgets
2930
ppscore
3031
kaleido
31-
numpy==1.26.4
32+
numpy<=1.26.4

0 commit comments

Comments
 (0)