Skip to content

Commit afe2b71

Browse files
authored
chore: ADJUST VERSION FOR 3.12
Signed-off-by: awdev <165525907+awdev1@users.noreply.github.com>
1 parent 7412050 commit afe2b71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windowscompile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.x' # Adjust as necessary
19+
python-version: '3.12' # Adjust as necessary
2020

2121
- name: Install dependencies
2222
run: |
23+
python -m pip install --upgrade pip
2324
pip install -r requirements.txt
2425
2526
- name: Build

0 commit comments

Comments
 (0)