diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6bed7cc..6a737eb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,7 +32,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 84bd75a..7e33577 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v3