diff --git a/.github/workflows/pushToPyPiOnRelease.yml b/.github/workflows/pushToPyPiOnRelease.yml index 6131956e..6252f04b 100644 --- a/.github/workflows/pushToPyPiOnRelease.yml +++ b/.github/workflows/pushToPyPiOnRelease.yml @@ -17,7 +17,7 @@ jobs: - name: Install Required Python Version uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.11" architecture: "x64" - name: Install Poetry