Skip to content

Commit dcc694c

Browse files
committed
Also run lint for py 3.12 and 3.13
1 parent cac040d commit dcc694c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11"]
27+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)