getsentry/sentry-python

Test ray on newer Python versions

Closed this issue · 1 comments

It looks like we were only testing ray on Python 3.10 and 3.11. When migrating to toxgen, I didn't change this as it seemed non-trivial -- there were errors on newer Python versions.

  • remove the python boundary for ray in scripts/populate_tox/config.py
  • fix whatever problems come up

Update: managed to fix this in the toxgen port #4810