We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8848cc commit f5068b7Copy full SHA for f5068b7
CHANGES.rst
@@ -1,6 +1,14 @@
1
Lupa change log
2
===============
3
4
+2.3 (2025-01-09)
5
+----------------
6
+
7
+* Remove support for Python 2.x.
8
9
+* Build with Cython 3.0.11.
10
11
12
2.2 (2024-06-02)
13
----------------
14
setup.py
@@ -19,7 +19,7 @@
19
except ImportError:
20
from distutils.core import setup, Extension
21
22
-VERSION = '2.2'
+VERSION = '2.3'
23
24
extra_setup_args = {}
25
0 commit comments