Skip to content

Commit f38ec10

Browse files
committed
extend ModelMixin.
1 parent 703637c commit f38ec10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14
1+
3.12

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VENV_DIR = venv
2-
PYTHON = python3.14
2+
PYTHON = python3.12
33
PIP = $(VENV_DIR)/bin/pip
44
PYTHON_VENV = $(VENV_DIR)/bin/python
55
TOX = $(VENV_DIR)/bin/tox

0 commit comments

Comments
 (0)