Skip to content

Commit

Permalink
Pydantic V2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Jun 30, 2023
1 parent ccbbaf5 commit f255e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
# '3.7',
python-version: ['3.8', '3.9', '3.10', '3.11']
django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1', '<4.2', '<4.3']

steps:
Expand Down

0 comments on commit f255e99

Please sign in to comment.