Skip to content

Commit

Permalink
drop 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 d700984 commit 05991aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# - "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 05991aa

Please sign in to comment.