Skip to content

Commit 81ca2f7

Browse files
committed
fix: add python 3.13 to CI
1 parent b502bc7 commit 81ca2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
strategy:
3838
matrix:
39-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
39+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
4040

4141
steps:
4242
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)