Skip to content

Commit

Permalink
Run tests also on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum authored and egpbos committed Jul 28, 2022
1 parent d231365 commit fcdf46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-python-and-package
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
description = Deep Insight And Neural Network Analysis
keywords =
XAI
Expand Down

0 comments on commit fcdf46a

Please sign in to comment.