algorand / graviton

🧑‍🔬 verify your TEAL program by experiment and observation
MIT License
17 stars 8 forks source link

Run integration tests on Python 3.10 #8

Closed michaeldiamant closed 2 years ago

michaeldiamant commented 2 years ago

Runs integration tests on Python 3.10 via https://github.com/actions/setup-python.

While I'd personally prefer avoiding Github-specific actions, the alternative I explored is too involved and error prone: https://github.com/algorand/graviton/pull/7. My preference for avoiding Github-specific actions is to minimize drift between local and CI builds. However, I see no reasonable alternative here.