Revert all builds to Python 3.11

pull/46/head
Andrew Koenig 2025-01-25 15:20:15 -06:00
rodzic fa7fa86bc0
commit 5e2a50c52b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- name: Install Homebrew dependencies
@ -148,7 +148,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- name: Install Homebrew dependencies