diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78bc975..34eafc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python_version: [3.9, 3.12] + python_version: [3.9, 3.11, 3.12] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/pyproject.toml b/pyproject.toml index 1a4c16c..bee85e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "granite-suite" -version = "0.2.0.1b4" # TODO: To become 0.3.0 +version = "0.2.0.1b5" # 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"