Skip to content

Commit 100a218

Browse files
committed
Upgrade wheel to Python 3.13 dist
Signed-off-by: tdruez <[email protected]>
1 parent 428a0b3 commit 100a218

File tree

22 files changed

+4
-1
lines changed

22 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Release notes
33

44
### Version 5.3.1-dev (unreleased)
55

6+
- Upgrade Python version to 3.13 and Django to 5.2.x
7+
https://github.com/aboutcode-org/dejacode/pull/312
8+
69
- Add new `is_locked` "Locked inventory" field to the ProductStatus model.
710
When a Product is locked through his status, its inventory cannot be modified.
811
https://github.com/aboutcode-org/dejacode/issues/189

dejacode_toolkit/csaf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ pip install 'datamodel-code-generator[http]'
99
Generate the models
1010
-------------------
1111

12-
$ TARGET_PYTHON_VERSION=3.12
12+
$ TARGET_PYTHON_VERSION=3.13
1313
$ datamodel-codegen \
1414
--input dejacode_toolkit/csaf/schema_v2.0/csaf_json_schema.json \
1515
--output dejacode_toolkit/csaf/ \
Binary file not shown.

thirdparty/dist/MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl renamed to thirdparty/dist/MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl

12.1 KB
Binary file not shown.
Binary file not shown.
-169 KB
Binary file not shown.
Binary file not shown.
168 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)