Skip to content

Commit

Permalink
Downgrade build python version down to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Apr 21, 2024
1 parent 181c042 commit e12cc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11.9"
python-version: "3.11.3"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11.9"
python-version: "3.11.3"

- name: Install dependencies
run: |
Expand Down

0 comments on commit e12cc05

Please sign in to comment.