8000 Run stubtest on 2 latest python versions (#2651) · typeddjango/django-stubs@545f5ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 545f5ba

Browse files
authored
Run stubtest on 2 latest python versions (#2651)
1 parent 793c03a commit 545f5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
strategy:
7979
matrix:
80-
python-version: ['3.12']
80+
python-version: ['3.12', '3.13']
8181
fail-fast: false
8282
steps:
8383
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0