]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Remove Python 3.6 from the CI (#148)
authorAntonin Delpeuch <antonin@delpeuch.eu>
Sun, 16 Jul 2023 13:21:40 +0000 (15:21 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Jul 2023 13:21:40 +0000 (15:21 +0200)
This version of Python is no longer supported on GitHub Actions, apparently.

.github/workflows/tests.yml

index b703a7f1181b5ecc42160836ea30da24a5690ef6..c51d70aed0cd71489170df4f8f2dfe17fb3b308b 100644 (file)
@@ -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