From 47db9197ff987ff27fab465137373822c44cd4a5 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Wed, 6 Nov 2024 17:37:07 +0100 Subject: [PATCH] Add Python 3.13 to the test matrix --- .github/workflows/test-lint-go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-lint-go.yml b/.github/workflows/test-lint-go.yml index e862a10..15ae07e 100644 --- a/.github/workflows/test-lint-go.yml +++ b/.github/workflows/test-lint-go.yml @@ -15,6 +15,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' name: Run tests on Python ${{ matrix.python-version }} (${{ matrix.os }}) steps: - uses: actions/checkout@v4