Update Python version to 3.13 in workflow

This commit is contained in:
Andrew Eisenberg
2025-01-27 09:29:49 -08:00
committed by GitHub
parent faa23b6fee
commit 9ba5bca2ab

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.13"
- name: Checkout CodeQL Action
uses: actions/checkout@v4
- name: Checkout Enterprise Releases