Skip to content

Commit

Permalink
use python 3.11 to avoid setuptools issue
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 2, 2024
1 parent 2e3af3a commit d5cbcf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
py:
- "3.12"
- "pypy3.12"
- "3.11"
- "pypy3.11"
os:
- "macos-latest"
architecture:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.11
architecture: x64
- name: Install dependencies
run: make build-for-test
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.11
architecture: x64
- name: Install dependencies
run: make build
Expand Down

0 comments on commit d5cbcf3

Please sign in to comment.