Skip to content

Commit 44dcb58

Browse files
committed
updated minimum python version and workflow test matrix
1 parent 5d203fc commit 44dcb58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ 3.8, 3.9, 3.11 ]
10+
python-version: [ 3.10, 3.11, 3.12 ]
1111
java-version: [ 17 ]
1212
maven-version: [ '3.8.6' ]
1313
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Python bindings to the TrustyAI explainability library."
55
authors = [{ name = "Rui Vieira", email = "[email protected]" }]
66
license = { text = "Apache License Version 2.0" }
77
readme = "README.md"
8-
requires-python = ">=3.12"
8+
requires-python = ">=3.10"
99

1010
keywords = ["trustyai", "xai", "explainability", "ml"]
1111

0 commit comments

Comments
 (0)