Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 27, 2024
1 parent a6cf0a4 commit 8693345
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyPi publish for granite-suite

name: publish
name: PUBLISH

# Controls when the action will run.
on:
Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Phil Grayson"]
readme = "README.md"
Expand Down

0 comments on commit 8693345

Please sign in to comment.