diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c53e105..3f7d6f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.11] + python-version: [3.11, 3.12, 3.13, 3.14] steps: - name: Git config run: git config --global core.autocrlf input @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.11] + python-version: [3.14] needs: "lint_and_test" if: github.ref == 'refs/heads/main' steps: @@ -91,7 +91,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.11] + python-version: [3.14] needs: "build" if: github.ref == 'refs/heads/main' steps: diff --git a/.gitignore b/.gitignore index 166da6b..55181a5 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ data *.wmv examples/build build +site