PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

Python 3.12 Meta Issue

Open gramster opened this issue 2 years ago • 1 comments

I thought it would be good to capture all the 3.12-related issues in one place as we find them:

  • [ ] distutils is removed in 3.12 https://github.com/fabioz/PyDev.Debugger/issues/255
  • [ ] imp has been replaced by importlib https://github.com/fabioz/PyDev.Debugger/issues/251
  • [ ] greenlet (used in Windows test runner) needs to be updated to 3.0a1 or later
  • [ ]

gramster avatar Jul 11 '23 21:07 gramster

#263 as well :)

juliangilbey avatar Oct 18 '23 14:10 juliangilbey