From 31fc34c22ad9e5f06b588e6b283412902bd2959d Mon Sep 17 00:00:00 2001 From: humbertogontijo Date: Fri, 16 Jun 2023 17:07:58 -0300 Subject: [PATCH] fix: remove python 10 from tests --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414d46e..f66634d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.10" - "3.11" os: - ubuntu-latest