From fa3746fe8ce354e8e32e444b2bc7e4221a88ac86 Mon Sep 17 00:00:00 2001 From: Delgan Date: Mon, 8 Jul 2024 22:52:10 +0200 Subject: [PATCH] Re-enable Python 3.13 tests (disabled due to deps issue) --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 047a26f8..2ac0b788 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,8 +22,7 @@ jobs: - '3.10' - '3.11' - '3.12' - # Temporary disabled because of https://github.com/crate-py/rpds/issues/72 - # - 3.13-dev + - 3.13-dev - pypy-3.9 include: - os: ubuntu-20.04