Skip to content

Commit d12918f

Browse files
committed
Update CodeQL build to Python 3.13
1 parent 7372fa9 commit d12918f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup python
1515
uses: actions/setup-python@main
1616
with:
17-
python-version: '3.12'
17+
python-version: '3.13'
1818
cache: 'pip'
1919
- name: Install Dependencies
2020
run: pip install ".[dev]"

0 commit comments

Comments
 (0)