diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 601a983..4ffb4a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,11 @@ jobs: fail-fast: false matrix: python-version: - - '3.7' - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' + - '3.13' os: - ubuntu-latest - macos-latest