#4130 closed defect (fixed)

GitHub actions: PyPy3.8 EOL

Reported by: hacklschorsch Owned by: hacklschorsch
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

The GitHub Actions PyPy3.8 job fails because

error: failed to run custom build command for pyo3-ffi v0.23.1

because

error: the configured PyPy interpreter version (3.8) is lower than PyO3's minimum supported version (3.9)

(See here: https://github.com/tahoe-lafs/tahoe-lafs/actions/runs/11923158648/job/33230947707?pr=1392#step:6:197 )

Also please note: Python 3.8 is EOL since 2024-10-07.

Change History (2)

comment:1 Changed at 2024-11-19T23:03:23Z by hacklschorsch

  • Owner set to hacklschorsch
  • Status changed from new to assigned

comment:2 Changed at 2024-12-13T09:39:11Z by btlogy

  • Resolution set to fixed
  • Status changed from assigned to closed

I think this ticket can be closed as fixed by PR#1393

Note: See TracTickets for help on using tickets.