YoRyan / nuxhash

A NiceHash cryptocurrency mining client for Linux.
GNU General Public License v3.0
261 stars 161 forks source link

Implement compatibility with Python 3.10 #120

Open benthetechguy opened 2 years ago

benthetechguy commented 2 years ago

In Python 3.10, the way in which type hints were treated was changed, so these changes account for that. Fixes #119.