Skip to content

Commit

Permalink
Update Versioneer to 0.29 (pysb#579)
Browse files Browse the repository at this point in the history
Required for Python 3.12.
SafeConfigParser has been removed in Python 3.12.
(has been deprecated since Python 3.2)
  • Loading branch information
penguinpee authored Jul 18, 2023
1 parent de931a9 commit 9921446
Show file tree
Hide file tree
Showing 3 changed files with 1,485 additions and 685 deletions.
5 changes: 2 additions & 3 deletions pysb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
import pysb.reinteract_integration
pysb.reinteract_integration.apply_mixins()

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 9921446

Please sign in to comment.