dsanson / termpdf.py

A graphical pdf and epub reader that works inside the kitty terminal
MIT License
506 stars 32 forks source link

Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 #21

Closed gi-yt closed 2 years ago

gi-yt commented 2 years ago

The setDaemon attribute has been deprecated in python 3.10

Due to this people using the latest python versions will get an annoying deprecation warning error.

And yes I did copy the PR title from https://github.com/gitpython-developers/GitPython/pull/1214 lol

dsanson commented 2 years ago

Thanks!