From 76aadb38b32868af5556bdfe297d61e8167fe706 Mon Sep 17 00:00:00 2001 From: Hernan Date: Fri, 21 Oct 2022 22:56:43 -0300 Subject: [PATCH] Add tests for Python 3.11-dev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4a4002..e9258d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test-linux: strategy: matrix: - python-version: [3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11-dev'] runs-on: ubuntu-latest