Skip to content

Commit

Permalink
Add version number information and tests for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Dec 22, 2023
1 parent 35475b7 commit c3fea3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9, '3.10', 3.11]
python-version: [3.9, '3.10', 3.11, 3.12]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# -- Project information -----------------------------------------------------

project = 'maup'
copyright = '2021, MGGG'
author = 'Max Hully, Max Fan'
copyright = '2023, MGGG'
author = 'Jeanne Clelland, Max Fan, Max Hully '

# The full version, including alpha/beta/rc tags
release = '2.0.0'
release = '2.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "maup"
version = "2.0.0"
version = "2.0.1"
description = "The geospatial toolkit for redistricting data"
authors = [
"Metric Geometry and Gerrymandering Group <engineering@mggg.org>",
"Metric Geometry and Gerrymandering Group <dev@mggg.org>",
"Max Hully <[email protected]>",
"Max Fan <[email protected]>"
]
Expand All @@ -13,6 +13,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
]
Expand Down

0 comments on commit c3fea3a

Please sign in to comment.