diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f8547d9..92c2c38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,15 +2,14 @@ name: Tests on: push: - pull_request: - branches: [ master ] + workflow_dispatch: jobs: test: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4