Skip to content

Commit

Permalink
update python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Feb 9, 2024
1 parent 7b92129 commit c002fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
Expand Down

0 comments on commit c002fbb

Please sign in to comment.