Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove authored Dec 9, 2024
1 parent c5e68dc commit 790e608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
django: [2.2, 3.2]
python-version: ["3.10", "3.11", "3.12", "3.13"]
django: [2.2, 3.2, 4.2]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Python Interrogate Check
uses: JackMcKew/python-interrogate-check@main
with:
path: 'braces'
path: 'braces'

0 comments on commit 790e608

Please sign in to comment.