RagnarGrootKoerkamp / BAPCtools

Tools for developing ICPC-style programming contest problems.
GNU General Public License v3.0
49 stars 20 forks source link

Required python version #388

Open RagnarGrootKoerkamp opened 2 weeks ago

RagnarGrootKoerkamp commented 2 weeks ago

The readme says we require 3.6, but it seems we now use a bunch of match statements that require 3.10.

mpsijm commented 2 weeks ago

Already fixed in https://github.com/mpsijm/BAPCtools/commit/f33fcd5ebea51966c83fbd2ba0f615b0dc57ca3b, but I'm not done fixing all type errors yet for #102 :stuck_out_tongue:

Feel free to cherry-pick btw :slightly_smiling_face:

RagnarGrootKoerkamp commented 2 weeks ago

If you plan on merging that within the next ~month, that's fine.