From decb7d368ab9cb34b7c7dc27f902b1e8e423a867 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 28 Jun 2024 19:21:04 +0000 Subject: [PATCH] Admin: Support Python 3.13 --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67c263e..733cf9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' steps: - uses: actions/checkout@master @@ -44,16 +45,17 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' implementation: - '' # CPython - 'pypy' # PyPy exclude: # unreleased; - - implementation: 'pypy' - python-version: '3.10' - implementation: 'pypy' python-version: '3.11' - implementation: 'pypy' python-version: '3.12' + - implementation: 'pypy' + python-version: '3.13' steps: - uses: actions/checkout@master