From e35d4c38e6a004071cdcea7c78d5b104b8e1f65a Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Tue, 12 Apr 2022 15:48:57 -0400 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20Require=20Python=20=E2=89=A5=203?= =?UTF-8?q?.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_cpac.yml | 2 +- CHANGELOG.rst | 1 + README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_cpac.yml b/.github/workflows/test_cpac.yml index 45e89e4d..e23f77c5 100644 --- a/.github/workflows/test_cpac.yml +++ b/.github/workflows/test_cpac.yml @@ -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: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92773c91..67a814a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ ================================================================================================ diff --git a/README.rst b/README.rst index 3f715db6..06e1667d 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ C-PAC Python Package is a lightweight Python package that handles interfacing a Dependencies ============ -* `Python `_ ≥3.6 +* `Python `_ ≥3.7 * `pip `_ * At least one of: diff --git a/setup.cfg b/setup.cfg index de45c0e7..438824e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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