diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6db68e8..035af41 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.11" - name: Install pipenv run: python -m pip install --upgrade pipenv @@ -53,7 +53,7 @@ jobs: # - name: Setup Python # uses: actions/setup-python@v2 # with: - # python-version: "3.8" + # python-version: "3.11" # - name: Install pipenv # run: python -m pip install --upgrade pipenv