Skip to content

Commit 120106c

Browse files
committed
Prepare release of 2.8.
1 parent 89358fd commit 120106c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Lupa change log
22
===============
33

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+
414
2.7 (2026-04-07)
515
----------------
616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
except ImportError:
1818
from distutils.core import setup, Extension
1919

20-
VERSION = '2.7'
20+
VERSION = '2.8'
2121

2222
extra_setup_args = {}
2323

0 commit comments

Comments
 (0)