issues
search
algorand
/
pyteal
Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
285
stars
131
forks
source link
Support Python 3.12
#713
Closed
jasonpaulos
closed
10 months ago
jasonpaulos
commented
10 months ago
Add 3.12 to python version matrix
Remove unnecessary fetch depth 0
Update relevant dependencies
Use
importlib.metadata
instead of
pkg_resources
to find package version, fixes #712
importlib.metadata
instead ofpkg_resources
to find package version, fixes #712