From a7e66a91250e5ebde66d0eb7823e89e4a7f94f3a Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Sat, 21 Oct 2023 12:38:59 +0200 Subject: [PATCH] Remove Python versions 3.5 and 3.6 from build support. --- .github/workflows/python-package-conda.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index fc0943d..b7632e7 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index b534770..113990c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ We provide more examples [here](examples/README.md). ## Installing -We support Python versions 3.6 and upwards. +We support Python versions 3.7 and upwards. Install via git: ```python