jjfiv / quizdown

Quickly create and export quiz questions from a markdown subset.
https://static.jjfoley.me/quizdown-web/
16 stars 1 forks source link

Python 3.6 (osx) not available on github actions #8

Closed jjfiv closed 2 years ago

jjfiv commented 2 years ago

Version 3.6 with arch x64 not found Available versions: 3.10.2 (x64) 3.7.12 (x64) 3.8.12 (x64) 3.9.10 (x64)

This means we can dump attrs, since 3.7 introduced dataclasses.

jjfiv commented 2 years ago

Using abi3 can /somewhat/ work around this... #9