Skip to content

Commit 358b272

Browse files
committed
fix:remove py3.13
1 parent d37c8b2 commit 358b272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
max-parallel: 6
3535
matrix:
36-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
36+
python-version: [ '3.10', '3.11', '3.12' ]
3737
django-version: [ '5.0.6', '5.1b1' ]
3838
include:
3939
- python-version: '3.12'
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
max-parallel: 6
129129
matrix:
130-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
130+
python-version: [ '3.10', '3.11', '3.12' ]
131131
django-version: [ '5.0.6', '5.1b1' ]
132132

133133
outputs:

0 commit comments

Comments
 (0)