From bb838971b7531496631ec0adac2d9f50aed06917 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 5 Oct 2024 02:15:10 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5ec2d47..7330d32a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,9 @@ jobs: python-version: ['3.8', '3.10', '3.13'] include: - {os: macos-13, python-version: '3.9'} + - {os: macos-latest, python-version: '3.13'} - {os: windows-latest, python-version: '3.8'} - - {os: windows-latest, python-version: '3.11'} + - {os: windows-latest, python-version: '3.13'} steps: - uses: actions/checkout@v4