diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index d5fa8abf..b00eb33a 100644 --- a/.github/workflows/dev-release.yaml +++ b/.github/workflows/dev-release.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: '3.9.x' + python-version: '3.11.x' architecture: 'x64' - uses: actions/checkout@v3 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5bc07d08..5bdefbb0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: '3.9.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.11.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install and Configure Poetry and Prepare Publish run: |