diff --git a/datasette-{{cookiecutter.hyphenated}}/.github/workflows/publish.yml b/datasette-{{cookiecutter.hyphenated}}/.github/workflows/publish.yml index 341a537..82c564b 100644 --- a/datasette-{{cookiecutter.hyphenated}}/.github/workflows/publish.yml +++ b/datasette-{{cookiecutter.hyphenated}}/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/datasette-{{cookiecutter.hyphenated}}/.github/workflows/test.yml b/datasette-{{cookiecutter.hyphenated}}/.github/workflows/test.yml index 406669a..4212cc3 100644 --- a/datasette-{{cookiecutter.hyphenated}}/.github/workflows/test.yml +++ b/datasette-{{cookiecutter.hyphenated}}/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}