Update python version used in test to 3.13 (#6321)

This commit is contained in:
Dan Schaper 2025-07-10 10:47:49 -07:00 committed by GitHub
commit 8486cfd95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,10 +80,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Set up Python 3.10
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
python-version: "3.10"
python-version: "3.13"
- name: Install wheel
run: pip install wheel