diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 95f5242..e2cfcc6 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -18,8 +18,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest] # ubuntu-latest, macos-latest, - python-version: [ '3.13'] # '3.10', '3.11', '3.12' , + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: ['3.10', '3.11', '3.12', '3.13'] fail-fast: false steps: