From 11c241471230e722a5dfabe97e82ab556e14da04 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sun, 10 May 2026 00:31:45 -0400 Subject: [PATCH] Run tests on Python 3.15 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7058887..cdef629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: - ghcr.io/robotpy/crossenv-ci-images:py312-arm64-24.04-qemu - ghcr.io/robotpy/crossenv-ci-images:py313-arm64-24.04-qemu - ghcr.io/robotpy/crossenv-ci-images:py314-arm64-24.04-qemu + - ghcr.io/robotpy/crossenv-ci-images:py315-arm64-24.04-qemu container: image: "${{ matrix.container }}"