Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 2, 2024
1 parent 8b6ec57 commit bc50f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
py:
- "3.12"
- "3.11"
os:
- "ubuntu-latest"
architecture:
Expand Down Expand Up @@ -41,7 +41,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 @@ -55,7 +55,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 bc50f2c

Please sign in to comment.