diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 71dd757..e631733 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,11 +12,16 @@ jobs: static_analysis: if: github.event.pull_request.draft == false runs-on: ubuntu-latest + strategy: + matrix: + python-version: ["3.9", "3.10", "3.11"] + fail-fast: false + steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: ${{ matrix.python-version }} - name: Install Dependencies and library shell: bash run: | diff --git a/docs/docs/assets/img/logo.svg b/docs/docs/assets/img/logo.svg new file mode 100644 index 0000000..0147265 --- /dev/null +++ b/docs/docs/assets/img/logo.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/docs/docs/javascripts/extra.js b/docs/docs/javascripts/extra.js new file mode 100644 index 0000000..e69de29