From 86933454f0a81b15bede32344b6f95d75ddd5cea Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 27 Jun 2024 18:26:50 -0400 Subject: [PATCH] Support Python 3.12 --- .github/workflows/main-publish.yml | 2 +- CHANGELOG.rst | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 4e451b8..cb46590 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -1,6 +1,6 @@ # PyPi publish for granite-suite -name: publish +name: PUBLISH # Controls when the action will run. on: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6629cde..2cf343c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,12 +10,12 @@ Change Log ===== * Added this CHANGELOG.rst. * Updated to support Python 3.12. - - update bitarray: ">=1.2.0" -> "^2.9.2" - - update h5py: ">=2.10.0" -> "^3.11.0" - - update matplotlib: "==3.3.4" -> "^3.9.0" - - udpate numpy: ">=1.18.0" -> "^2.0.0" - - update pysam ">=0.15.0" -> "^0.22.1" - - update pytabix: ">=0.0.2" -> "^0.1" + - updated bitarray: ">=1.2.0" -> "^2.9.2" + - updated h5py: ">=2.10.0" -> "^3.11.0" + - updated matplotlib: "==3.3.4" -> "^3.9.0" + - udpated numpy: ">=1.18.0" -> "^2.0.0" + - updated pysam ">=0.15.0" -> "^0.22.1" + - updated pytabix: ">=0.0.2" -> "^0.1" 0.2.0 ===== diff --git a/pyproject.toml b/pyproject.toml index ee30b9f..c7a07cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "granite-suite" -version = "0.2.0.1b2" # TODO: To become 0.3.0 +version = "0.2.0.1b3" # TODO: To become 0.3.0 description = "granite is a collection of software to call, filter and work with genomic variants." authors = ["Michele Berselli ", "Phil Grayson"] readme = "README.md"