Skip to content

Commit

Permalink
yeah, give up 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Feb 17, 2024
1 parent 95064c4 commit c2ea870
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# https://github.com/pypa/pipenv/issues/6010
# - "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
cache: pipenv
- name: Install Pipenv
run: python -m pip install pipenv
Expand All @@ -72,7 +73,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
cache: pipenv
- name: Install Pipenv
run: python -m pip install pipenv
Expand Down

0 comments on commit c2ea870

Please sign in to comment.