Skip to content

Commit 8ca1173

Browse files
jarverhajarverha
authored andcommitted
added tests for python 3.13
1 parent 6d63d2d commit 8ca1173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: ['ubuntu-latest', 'windows-latest'] # TODO - do we add other OSes?
30-
python-version: ["3.9", "3.10", "3.11", "3.12"]
30+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131
defaults:
3232
run:
3333
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "powershap"
33
version = "0.0.12"
44
description = "Feature selection using statistical significance of shap values"
55
authors = [{ name = "Jarne Verhaeghe, Jeroen Van Der Donckt" }]
6-
requires-python = ">=3.9,<=3.12"
6+
requires-python = ">=3.9,<=3.13"
77
readme = "README.md"
88
license = "MIT"
99
keywords = [

0 commit comments

Comments
 (0)