adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

CI: Fix tests run on Python 3.10 #223

Closed adrienverge closed 9 months ago

adrienverge commented 9 months ago

Commit c088710 "Support Python versions ≥ 3.8" added CI tests for Python 3.10, for YAML simplifies 3.10 to 3.1 (it's a number), which is not what we want.

Let's be explicit about 3.10 (and in the future 3.20, 3.30, etc.)