Skip to content

Commit 790e608

Browse files
authored
Update ci.yml
1 parent c5e68dc commit 790e608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.7, 3.8, 3.9, "3.10"]
11-
django: [2.2, 3.2]
10+
python-version: ["3.10", "3.11", "3.12", "3.13"]
11+
django: [2.2, 3.2, 4.2]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -37,4 +37,4 @@ jobs:
3737
- name: Python Interrogate Check
3838
uses: JackMcKew/python-interrogate-check@main
3939
with:
40-
path: 'braces'
40+
path: 'braces'

0 commit comments

Comments
 (0)