From 71c673887ba65580731818241a86501bdf97421d Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Sun, 24 Nov 2024 17:23:15 +0100 Subject: [PATCH] Re-enable testing Py3.10 on Ubuntu on GH Actions (#254) With cooldown factor retired and shared weight dictionaries gone, the errors are (should be) gone as well. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35d76c1..a304175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', 'pypy-3.10'] - exclude: - # NOTE: python/cpython#71936 - - os: ubuntu-latest - python-version: '3.10' runs-on: ${{ matrix.os }} steps: - run: git config --global core.autocrlf input