jbw3
jbw3
Are there any objects to updating the minimum Python version to 3.10? It has some additional type hint features that would be useful to have.
Alchemy! I've added all the [Alchemy](https://wiki.dominionstrategy.com/index.php/Alchemy) cards. Notable changes: The big change was adding the potion cost to cards. I added a new `Cost` class with `money` and `potions` properties....
I'm using Python 3 (via Pyhidra) and have found a couple of incompatibilities with the pyi files. The types `unicode` and `long` are not valid in Python 3. Ideally, there...
This addresses #28. It using `Text` in place of `unicode` and defines `long` for Python 3.