From ee025a7cf6051500a914c5b92e646d90be83adbf Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 16 Nov 2024 09:46:24 +0100 Subject: [PATCH] Added Python 3.13 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43c6a15..df037692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: "python ${{ matrix.python-version }}" strategy: matrix: - python-version: [pypy-3.9, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [pypy-3.9, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3 - name: Set up python ${{ matrix.python-version }}