From: Antonin Delpeuch Date: Tue, 22 Aug 2023 07:48:28 +0000 (+0200) Subject: Python 11 compatibility (#150) X-Git-Tag: v4.1.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb94706a9ba9f91f69e3e734abe8d4e746ea82b8;p=thirdparty%2Fpython-fints.git Python 11 compatibility (#150) --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c51d70a..66b9a09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}