]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Python 11 compatibility (#150)
authorAntonin Delpeuch <antonin@delpeuch.eu>
Tue, 22 Aug 2023 07:48:28 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 07:48:28 +0000 (09:48 +0200)
.github/workflows/tests.yml

index c51d70aed0cd71489170df4f8f2dfe17fb3b308b..66b9a09baccded6681740c074ef5d6272cf8a415 100644 (file)
@@ -17,6 +17,7 @@ jobs:
           - "3.8"
           - "3.9"
           - "3.10"
+          - "3.11"
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python ${{ matrix.python-version }}