pin py 3.13

This commit is contained in:
Kenneth Bingham 2025-03-03 17:00:56 -05:00
parent c38c6c3127
commit 0741c1437d
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.13'
- name: Install Python Tools
run: python -m pip install -U pip setuptools

View File

@ -64,7 +64,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.13'
- name: python deps
shell: bash