Skip to content

Commit a2c2885

Browse files
Update Python version to 3.11
1 parent e2e7193 commit a2c2885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyInstaller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Python 3.10
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v3
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.11'
1818
architecture: 'x64'
1919
cache: 'pip'
2020
- name: Display Python version

0 commit comments

Comments
 (0)