From eb94706a9ba9f91f69e3e734abe8d4e746ea82b8 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Tue, 22 Aug 2023 09:48:28 +0200 Subject: [PATCH] Python 11 compatibility (#150) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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 }}