Skip to content

Commit cd99e63

Browse files
authored
bump to py 3.11
1 parent ecf091c commit cd99e63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyinstaller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.10'
16+
python-version: '3.11'
1717
- name: Install dependencies
1818
run: |
1919
pip install --upgrade pip
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.10'
37+
python-version: '3.11'
3838
- name: Install dependencies
3939
run: |
4040
pip install --upgrade pip
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v4
5757
with:
58-
python-version: '3.10'
58+
python-version: '3.11'
5959
- name: Install dependencies
6060
run: |
6161
pip install --upgrade pip

0 commit comments

Comments
 (0)