diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d89e19da..41a37b7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index c5b3df25..2fb9c3be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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