Skip to content

Commit

Permalink
feat: upgrade python version and django version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Feb 13, 2025
1 parent 2277e05 commit 75ea412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.8", "3.10", "3.11"]
django: ["32"]
python-version: ["3.9", "3.10", "3.11"]
django: ["40"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 75ea412

Please sign in to comment.