Skip to content

Commit ef01316

Browse files
authored
Update python-pip-build.yml
1 parent ae2d496 commit ef01316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-pip-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up Python 3.7
22+
- name: Set up Python 3.11
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.7"
25+
python-version: "3.11"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
@@ -39,4 +39,4 @@ jobs:
3939
python3 setup.py sdist bdist_wheel
4040
- name: Pip install
4141
run: |
42-
python3 setup.py install
42+
python3 setup.py install

0 commit comments

Comments
 (0)