diff --git a/_multibuild b/_multibuild
index 8d11b62..db62a89 100644
--- a/_multibuild
+++ b/_multibuild
@@ -1,5 +1,4 @@
python311
- python312
python313
diff --git a/python-wxPython.changes b/python-wxPython.changes
index 23a114f..0cc068f 100644
--- a/python-wxPython.changes
+++ b/python-wxPython.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Feb 11 08:24:26 UTC 2026 - Dirk Müller
+
+- drop python 3.12 from testing, prepare for python 3.14 being
+ added
+
-------------------------------------------------------------------
Fri Oct 17 12:45:18 UTC 2025 - Markéta Machová
diff --git a/python-wxPython.spec b/python-wxPython.spec
index 79a3d61..0249fbc 100644
--- a/python-wxPython.spec
+++ b/python-wxPython.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-wxPython
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -60,6 +60,9 @@ ExclusiveArch: donotbuild
%if "%flavor" != "python313"
%define skip_python313 1
%endif
+%if "%flavor" != "python314"
+%define skip_python314 1
+%endif
%else
# SLE/Leap
%{?sle15_python_module_pythons}