* Team upload.
* Run autopkgtest with all supported Python3 versions
+ * Make sure autopkgtest also passes with Python3.12
+ Closes: #1061810
-- Andreas Tille <tille@debian.org> Wed, 14 Feb 2024 12:02:47 +0100
--- /dev/null
+Description: Make sure autopkgtest also passes with Python3.12
+Bug-Debian: https://bugs.debian.org/1061810
+Author: Andreas Tille <tille@debian.org>
+Last-Update: Wed, 14 Feb 2024 12:02:47 +0100
+
+--- a/examples/test.py
++++ b/examples/test.py
+@@ -12,5 +12,5 @@ gr.Light(True) # enable lighting
+ gr.Surf(dat) # plot surface
+ gr.Cont(dat,"y") # plot yellow contour lines
+ gr.Axis() # draw axis
+-gr.Puts(mglPoint(1,1,1.2),"\i f = \dfrac{1}{1+(5x-5)^2+(5y-5)^2}")
++gr.Puts(mglPoint(1,1,1.2),r"\i f = \dfrac{1}{1+(5x-5)^2+(5y-5)^2}")
+ gr.WriteFrame("sample.png") # save it