Skip to content

Commit

Permalink
⬆️ Require Python ≥3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 24, 2023
1 parent 1c39195 commit a1205dd
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 @@ -23,7 +23,7 @@ jobs:
platform: [docker]
tag: [nightly] # latest
go: [1.14]
python: [3.7, 3.8, 3.9, "3.10", 3.11]
python: [3.9, "3.10", 3.11]
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 @@ -7,6 +7,7 @@ Changelog
* Handles relocation of default pipeline in C-PAC 1.8.5
* Fixes a bug preventing default bindings in Mac OS ≥ 10.15
* Replaces ``setup.cfg`` with ``pyproject.toml``
⬆ Require Python ≥ 3.9

`Version 0.5.0: Parse Resources <https://github.com/FCP-INDI/cpac/releases/tag/v0.5.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.7
* `Python <https://www.python.org>`_ ≥3.9
* `pip <https://pip.pypa.io>`_
* At least one of:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
version = "1.8.5"
urls = {Homepage = "https://github.com/FCP-INDI/cpac"}
requires-python = ">=3.7"
requires-python = ">=3.9"
dependencies = [
"docker >= 4.2.1",
"dockerpty",
Expand Down

0 comments on commit a1205dd

Please sign in to comment.