diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 139399dd9..89280421a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12" + # - "3.12" steps: - name: Checkout uses: actions/checkout@v4 @@ -48,7 +48,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.11" cache: pipenv - name: Install Pipenv run: wget -qO- https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.11" cache: pipenv - name: Install Pipenv run: wget -qO- https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python