diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index cd670fc2..f294c17d 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -66,7 +66,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -110,7 +110,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -146,7 +146,7 @@ jobs: if: needs.should-publish.outputs.is_new_version == 'yes' strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: @@ -181,7 +181,7 @@ jobs: # if: needs.should-publish.outputs.is_new_version == 'yes' # strategy: # matrix: - # python-version: ["3.9", "3.10", "3.11"] + # python-version: ["3.9", "3.10", "3.11", "3.12"] # steps: # - uses: actions/checkout@v3 # with: