-
I've noticed this pattern and it's a bit of a cognitive dissonance. |
Beta Was this translation helpful? Give feedback.
Answered by
leblancfg
Dec 15, 2021
Replies: 1 comment
-
That's because one of the CI runs is experimental – I'm trying to see what needs to be done in order for autocrop to work on Python 3.11. Currently it's failing, but all combinations of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leblancfg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's because one of the CI runs is experimental – I'm trying to see what needs to be done in order for autocrop to work on Python 3.11. Currently it's failing, but all combinations of
[macos, windows, linux] * [f'python 3.{n}' for n in range(7, 11)]
are passing – which is what ultimately we want to see!