scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.26k stars 498 forks source link

Use UTC-aware datetime objects #957

Open MeggyCal opened 3 months ago

MeggyCal commented 3 months ago

It started to produce DeprecationWarning in Python 3.12 and caused the tests to fail. This fixes the tests on Python 3.12.