mirror of
https://github.com/frej/fast-export.git
synced 2026-01-15 02:32:05 +01:00
Run the CI tests with both the earliest supported Python version and the latest stable release. The intent is to quickly notice when new features require adjusting the oldest supported Python version and also detect when the latest stable version breaks old code (as when 3.12 removed `imp` and we witched to `importlib` in #311).