diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4f49fc..0a2f6de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,4 @@ --- -# Run basic tests for this app on the latest aiidalab-docker image. name: continuous-integration on: [push, pull_request] @@ -8,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Check out repository