No actual changes, just test fixes for Python 3.14 compatibility.
DOCHTML = $(DOCDIR)/html
DOCTREES = $(DOCDIR)/doctrees
ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR)
-VERSION = 0.7.2
+VERSION = 0.7.3
FULLVER = pylibacl-$(VERSION)
DISTFILE = $(FULLVER).tar.gz
# News
+## Version 0.7.3
+
+*released Sun, 13 Jul 2025*
+
+This is a test-only changes release, removing some very old testing for
+reference counts, introduced in 2012, but which stopped working with Python
+3.14 as it changed reference counting by introducing optimizations in some
+cases. No need to upgrade unless you want to make sure the test suite passes on
+3.14, and no real failures are hidden by the broken reference testing.
+
+Additionally, the release enables CI on Python 3.14, thanks Marcin
+Zajączkowski!
+
## Version 0.7.2
*released Sun, 23 Feb 2025*
combinations.
Downloads: go to <https://pylibacl.k1024.org/downloads>. Latest
-version is 0.7.2. The source repository is either at
+version is 0.7.3. The source repository is either at
<https://git.k1024.org/pylibacl.git> or at
<https://github.com/iustin/pylibacl>.
# built documents.
#
# The short X.Y version.
-version = '0.7.2'
+version = '0.7.3'
# The full version, including alpha/beta/rc tags.
-release = '0.7.2'
+release = '0.7.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
implements POSIX ACLs manipulation. It is a wrapper on top
of the systems's acl C library - see acl(5)."""
-version = "0.7.2"
+version = "0.7.3"
setup(name="pylibacl",
version=version,