From 96b7bdce56ded0bb7a2abfb047ef266c40b0ccc0 Mon Sep 17 00:00:00 2001 From: Jannis Born Date: Thu, 3 Oct 2024 17:50:50 +0200 Subject: [PATCH] ci: remove trailing zero --- .github/workflows/build.yml | 2 +- conda.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66558c8..0c3d51b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - os: ubuntu-latest pip_cache_path: ~/.cache/pip experimental: false - python-version: [3.7, 3.8, 3.9, 3.10, 3.11] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] defaults: run: shell: bash -l {0} # For conda diff --git a/conda.yml b/conda.yml index 687572a..30babcf 100644 --- a/conda.yml +++ b/conda.yml @@ -1,7 +1,7 @@ name: pytoda dependencies: - - python>=3.8 - - pip>=19.1,<20.3 + - python>=3.7 + - pip>=19.1 - pip: - -r file:requirements.txt \ No newline at end of file