Skip to content

Commit 73a18ad

Browse files
committed
fix: test up to py3.12
1 parent c4b7722 commit 73a18ad

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", "3.13" ]
39+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
4040

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

0 commit comments

Comments
 (0)