Skip to content

Commit e7a86fe

Browse files
committed
pthon 3.11
Signed-off-by: Tung D. Le <[email protected]>
1 parent eb936ee commit e7a86fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/macos-amd64-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ jobs:
1111
submodules: recursive
1212
- uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.11'
1515
- name: remove system python
1616
run: |
1717
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* || true
1818
- name: install tools that are needed for compilation
1919
run: |
2020
brew install automake libtool ninja pybind11
21-
- name: install setuptools
22-
run: |
23-
python3 -m pip --break-system-packages install setuptools
2421
- name: install protobuf
2522
run: |
2623
cd ~/work

0 commit comments

Comments
 (0)