Skip to content

Commit

Permalink
default ci stick with 3.11 until numba is officially released
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Dec 21, 2023
1 parent 0bc766a commit 53159f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v3
with:
python-version: '3.12'
python-version: '3.11'

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

- uses: actions/setup-python@v3
with:
python-version: '3.12'
python-version: '3.11'

- name: checkout main repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 53159f1

Please sign in to comment.