We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89358fd commit 120106cCopy full SHA for 120106c
CHANGES.rst
@@ -1,6 +1,16 @@
1
Lupa change log
2
===============
3
4
+2.8 (2026-04-15)
5
+----------------
6
+
7
+* GH#288: No changes in source or functionality, just removed files from the
8
+ sdist content that prevented it from building on non-x86_64 platforms.
9
10
+* Py3.8 wheels were excluded due to lack of usage. The package still builds
11
+ and is tested on Py3.8, but no pre-built wheels are provided.
12
13
14
2.7 (2026-04-07)
15
----------------
16
setup.py
@@ -17,7 +17,7 @@
17
except ImportError:
18
from distutils.core import setup, Extension
19
20
-VERSION = '2.7'
+VERSION = '2.8'
21
22
extra_setup_args = {}
23
0 commit comments