Skip to content

Commit 8a049c5

Browse files
committed
tests: Add Python.13 in python-version matrix
1 parent e484262 commit 8a049c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-22.04
5050
strategy:
5151
matrix:
52-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
52+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
5353

5454
steps:
5555
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)