Skip to content

Commit

Permalink
[python] try adding py312 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Oct 2, 2024
1 parent c8824ae commit 4ea393e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest] # windows-latest
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
changedir = {toxinidir}/python/dalex/test
Expand All @@ -28,4 +29,4 @@ deps =
ipywidgets
ppscore
kaleido
numpy==1.26.4
numpy<=1.26.4

0 comments on commit 4ea393e

Please sign in to comment.