abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Do not fail on Python 3.12 when there are tests but all skipped. #270

Closed copybara-service[bot] closed 7 months ago

copybara-service[bot] commented 7 months ago

Do not fail on Python 3.12 when there are tests but all skipped.

This follows the same change in Python itself from https://github.com/python/cpython/issues/113661.