Skip to content

Commit 7769c27

Browse files
authored
Update wrap_branch.yml
1 parent 593a7d3 commit 7769c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wrap_branch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
# Setup which version of Python to use
14-
- name: Set Up Python 3.10
14+
- name: Set Up Python 3.11
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.11"
1818

1919
# Update pip
2020
- name: Update pip

0 commit comments

Comments
 (0)