xavdid / reddit-user-to-sqlite

Pull Reddit user data into a SQLite database
https://pypi.org/project/reddit-user-to-sqlite/
MIT License
217 stars 9 forks source link

Add Python 3.10 support #3

Closed changlinli closed 1 year ago

changlinli commented 1 year ago

NotRequired is a Python 3.11 addition. By using typing_extensions we can get support for it in Python 3.10.

changlinli commented 1 year ago

(Sorry for the drive-by PR, but it was a small enough change that I figured I'd just post it. Close at your discretion)

changlinli commented 1 year ago

This may work for older versions of Python as well, but I haven't checked

xavdid commented 1 year ago

Nice, appreciate it!

xavdid commented 1 year ago

released in 0.3.1