You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PR Summary
This small PR resolves the `datetime` deprecation warnings by replacing
`utcfromtimestamp()` with `fromtimestamp()` and solving:
```python
/home/runner/work/dulwich/dulwich/tests/test_objects.py:620: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
```
Which you can see in the [CI
logs](https://github.com/jelmer/dulwich/actions/runs/14574702612/job/40878265958#step:13:18).
0 commit comments