Skip to content

Commit

Permalink
Update pystatgrab to 0.7.2.
Browse files Browse the repository at this point in the history
This doesn't change the original code, but does change the released
tarball by using a newer version of Cython to generate statgrab.c.
This fixes the build on Python 3.11.

Fixes #8.
  • Loading branch information
tdb committed Dec 24, 2023
1 parent ee04669 commit a24dcc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
pystatgrab NEWS
https://libstatgrab.org/pystatgrab/

pystatgrab 0.7.2 (24 Decemberr 2023)

* Re-generate with more recent Cython. Fixes build on Python 3.11.

pystatgrab 0.7.1 (16 August 2020)

* Re-generate with more recent Cython. Fixes build on Python 3.7.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import os

# version of pystatgrab
VERSION = "0.7.1"
VERSION = "0.7.2"

# required version of libstatgrab
LIBSTATGRAB = "0.91"
Expand Down

0 comments on commit a24dcc3

Please # to comment.