From ab513187f508196c73c16ce4a2fde25093ad58d9 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 29 Oct 2024 13:38:08 +0100 Subject: [PATCH] [ADD] compatibility with python3.13 --- .gitlab-ci.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da6a26b..5d6fb14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,7 @@ pytest: - "3.10" - "3.11" - "3.12" + - "3.13" build: stage: build diff --git a/pyproject.toml b/pyproject.toml index 49c888d..a4b33c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]