diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index da8190d3..5353b233 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: needs: "lint" strategy: matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: - name: Checkout code