Skip to content

Commit

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

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog
* 🐛 Fixes issue where custom pipeline configurations were not binding to temporary container prior to checking for bind paths
* ✅ Updates for tests that were failing
* 📝 Add known issues to usage string
* ⬆ Require Python ≥ 3.7 (for typing annotations)

`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 @@ -14,7 +14,7 @@ C-PAC Python Package is a lightweight Python package that handles interfacing a
Dependencies
============

* `Python <https://www.python.org>`_ ≥3.6
* `Python <https://www.python.org>`_ ≥3.7
* `pip <https://pip.pypa.io>`_
* At least one of:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
tabulate >= 0.8.6
tornado
websocket-client
python_requires = >=3.6
python_requires = >=3.7

[options.packages.find]
where = src
Expand Down

0 comments on commit 2fc86e9

Please sign in to comment.