Skip to content

Commit

Permalink
Update versioneer and add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Mar 1, 2024
1 parent 4ab6137 commit c46b492
Show file tree
Hide file tree
Showing 5 changed files with 1,088 additions and 501 deletions.
1 change: 1 addition & 0 deletions docs/user/install.rst
Expand Up @@ -9,6 +9,7 @@ The most recent version of GerryChain (as of January 2024) supports
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

If you do not have one of these versions installed on you machine, we
recommend that you go to the
Expand Down
3 changes: 3 additions & 0 deletions gerrychain/__init__.py
Expand Up @@ -26,3 +26,6 @@

__version__ = get_versions()["version"]
del get_versions

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

0 comments on commit c46b492

Please sign in to comment.