Skip to content

Commit

Permalink
fix:remove py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jun 29, 2024
1 parent d37c8b2 commit 358b272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12' ]
django-version: [ '5.0.6', '5.1b1' ]
include:
- python-version: '3.12'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12' ]
django-version: [ '5.0.6', '5.1b1' ]

outputs:
Expand Down

0 comments on commit 358b272

Please sign in to comment.