diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8d6a5bc..4a25b09 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,7 +39,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 9e99db6..c0310dd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: - uses: actions/checkout@v4