Skip to content

Commit

Permalink
⬆️ Require Singularity ≥ 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Apr 12, 2022
1 parent 38ed26f commit b09f770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tag: [latest, nightly]
go: [1.14]
python: [3.7, 3.8, 3.9, "3.10"]
singularity: [3.6.4]
singularity: [3.7.2]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changelog
* ✅ Updates for tests that were failing
* 📝 Add known issues to usage string
* ⬆ Require Python ≥ 3.7 (for typing annotations)
* ⬆ Require Singularity ≥ 3.7.2

`Version 0.4.0: Goodbye Singularity Hub <https://github.com/FCP-INDI/cpac/releases/tag/v0.4.0>`_
================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Dependencies
* At least one of:

* `Docker <https://www.docker.com>`_
* `Singularity <https://sylabs.io/singularity>`_ ≥2.5
* `Singularity <https://sylabs.io/singularity>`_ ≥3.7.2

Usage
=====
Expand Down

0 comments on commit b09f770

Please sign in to comment.