diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5ec2d4..7330d32 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