Skip to content

Commit

Permalink
chore: include 3.11 (#72)
Browse files Browse the repository at this point in the history
* chore: include 3.11

* chore: bump classfiers and version

* fix: missed this change.
  • Loading branch information
henryiii authored Sep 20, 2022
1 parent 1f63c70 commit ead3e51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.10"]
python-version: ["3.6", "3.11-dev"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "uhi"
version = "0.3.1"
version = "0.3.2"
description = "Unified Histogram Interface: tools to help library authors work with histograms"
authors = [
{name="Henry Schreiner", email="[email protected]"},
Expand Down Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
Expand Down
2 changes: 1 addition & 1 deletion src/uhi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit ead3e51

Please sign in to comment.