From: Iustin Pop Date: Fri, 14 Feb 2025 20:55:50 +0000 (+0100) Subject: CI: also test with Python 3.13 X-Git-Url: https://git.k1024.org/pyxattr.git/commitdiff_plain CI: also test with Python 3.13 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432b219..20d4dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' @@ -46,6 +47,8 @@ jobs: python-version: '3.11' - os: macos-14 python-version: '3.12' + - os: macos-14 + python-version: '3.13' - os: macos-14 python-version: 'pypy-3.8' - os: macos-14