Skip to content

Commit 74479a8

Browse files
committed
fix
1 parent 27a8583 commit 74479a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [ "3.9", "3.10", "3.11", "3.12, "3.13"]
27+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
2828
django-version: [ "3.2", "4.2", "5.1"]
2929
env:
3030
PY_VER: ${{ matrix.python-version}}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ build/
1414
.tox/*
1515
.idea/
1616
.venv/
17+
.envrc

0 commit comments

Comments
 (0)