[ADD] compatibility with python3.13

This commit is contained in:
Sylvain LE GAL 2024-10-29 13:38:08 +01:00
parent ea925e2a17
commit ab513187f5
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ pytest:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
build:
stage: build

View File

@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Framework :: Odoo",
]