From 02410faeb5a81260f6bcc69f8a3217583d1dbf1e Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Sun, 21 Jun 2026 10:45:06 +0800 Subject: [PATCH 1/2] ci: upgrade actions to v6 and add py3.14 to test list --- .github/workflows/codestyle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 36e81d3..c6a855d 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies From f63b6b7b65a45043a520f5c9b90f19f2d70d2809 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Sun, 21 Jun 2026 10:50:32 +0800 Subject: [PATCH 2/2] docs: declare py3.14 supported --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 476fc0e..00511f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers=[ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] keywords = ["jinja2"] dependencies = [