diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 8fc3847..4429ead 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] + PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout branch uses: actions/checkout@v4 diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index caa7e1e..b252810 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] + PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout branch uses: actions/checkout@v4