From: Antonin Delpeuch Date: Sun, 16 Jul 2023 13:21:40 +0000 (+0200) Subject: Remove Python 3.6 from the CI (#148) X-Git-Tag: v4.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5c31f1a63781208dc26b8332075f19fd1ffa77;p=thirdparty%2Fpython-fints.git Remove Python 3.6 from the CI (#148) This version of Python is no longer supported on GitHub Actions, apparently. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b703a7f..c51d70a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: python-version: - - "3.6" - "3.7" - "3.8" - "3.9" @@ -31,4 +30,4 @@ jobs: - name: Run tests run: coverage run -m pytest tests - name: Upload coverage - run: codecov \ No newline at end of file + run: codecov