details:   https://code.tryton.org/mt940/commit/a36c87ff0bac
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Nov 24 13:48:42 2025 +0100
description:
        Add support to Python 3.14
diffstat:

 .gitlab-ci.yml |  2 +-
 CHANGELOG      |  1 +
 setup.py       |  1 +
 tox.ini        |  2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 661021708f64 -r a36c87ff0bac .gitlab-ci.yml
--- a/.gitlab-ci.yml    Sun Dec 29 13:14:07 2024 +0100
+++ b/.gitlab-ci.yml    Mon Nov 24 13:48:42 2025 +0100
@@ -57,7 +57,7 @@
     - tox -e "py${PYTHON_VERSION/./}" -- -v --output-file junit.xml
   parallel:
     matrix:
-      - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", 
"3.12", "3.13"]
+      - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", 
"3.12", "3.13", "3.14"]
 
 test-tox-pypy:
   extends: .test-tox
diff -r 661021708f64 -r a36c87ff0bac CHANGELOG
--- a/CHANGELOG Sun Dec 29 13:14:07 2024 +0100
+++ b/CHANGELOG Mon Nov 24 13:48:42 2025 +0100
@@ -1,3 +1,4 @@
+* Add support to Python 3.14
 * Support negative amount
 * Add support to Python 3.10, 3.11, 3.12, 3.13
 
diff -r 661021708f64 -r a36c87ff0bac setup.py
--- a/setup.py  Sun Dec 29 13:14:07 2024 +0100
+++ b/setup.py  Mon Nov 24 13:48:42 2025 +0100
@@ -51,6 +51,7 @@
         'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: 3.12',
         'Programming Language :: Python :: 3.13',
+        'Programming Language :: Python :: 3.14',
         'Topic :: Office/Business',
         'Topic :: Software Development :: Libraries',
         'Topic :: Utilities',
diff -r 661021708f64 -r a36c87ff0bac tox.ini
--- a/tox.ini   Sun Dec 29 13:14:07 2024 +0100
+++ b/tox.ini   Mon Nov 24 13:48:42 2025 +0100
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py35, py36, py37, py38, py39, py310, py311, py312, py313, pypy3
+envlist = py35, py36, py37, py38, py39, py310, py311, py312, py313, py314, 
pypy3
 
 [testenv]
 usedevelop = true

Reply via email to