From 59ef14608633785a24cfbd68c71e856548dc0f61 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 30 Mar 2024 12:33:08 -0400 Subject: [PATCH] Tests are now passing. Re-enable pypy tests. Closes #39. --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c6fe602..a15c74a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,9 +46,8 @@ jobs: platform: ubuntu-latest - python: "3.11" platform: ubuntu-latest - # disabled (https://github.com/jaraco/cssutils/issues/39) - # - python: pypy3.10 - # platform: ubuntu-latest + - python: pypy3.10 + platform: ubuntu-latest runs-on: ${{ matrix.platform }} continue-on-error: ${{ matrix.python == '3.13' }} steps: