diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a665a95..2542c16 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -1,4 +1,4 @@ -# Simple workflow for deploying static content to GitHub Pages +# Based on the GitHub template name: Deploy static content to Pages on: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31a985b..6142f84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Run test on: [push, pull_request] env: - PYTHON_TARGETS: '3.11 3.12 3.13' + PYTHON_TARGETS: '3.11 3.12 3.13 3.14' PYO3_NO_PYTHON: TRUE jobs: @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ['3.11', '3.12', '3.13'] + python: ['3.11', '3.12', '3.13', '3.14'] runs-on: ${{ matrix.os }} steps: - name: Checkout code