bump windows to Python 3.12

This commit is contained in:
Alex Xu
2024-10-14 22:44:55 -07:00
committed by GitHub
parent d3e4e859b1
commit 885ac227de
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.11 python-version: 3.12
cache: 'pip' cache: 'pip'
- name: Install dependencies - name: Install dependencies
env: env: