Skip to content

Commit

Permalink
Re-enable testing Py3.10 on Ubuntu on GH Actions (#254)
Browse files Browse the repository at this point in the history
With cooldown factor retired and shared weight dictionaries gone,
the errors are (should be) gone as well.
  • Loading branch information
akosthekiss authored Nov 24, 2024
1 parent 5c7128d commit 71c6738
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71c6738

Please sign in to comment.