From 84e4444d7eb0e9b010b2ee78ce22070ab41db7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Tue, 17 Sep 2024 12:35:04 -0600 Subject: [PATCH] Enable more tests --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8ca406a8..e4195ba7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,8 +49,7 @@ jobs: session: [tests] # os: ["ubuntu-latest", "macos-latest", "windows-latest"] os: ["ubuntu-latest"] - # python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - python-version: ["3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] sqlalchemy: ["2"] include: - { session: tests, python-version: "3.12", os: "ubuntu-latest", sqlalchemy: "1" }