Commit fc5faa7
committed
MAINT: synchronize meson version requirements
Make the runtime version check the same as the dependency declaration
in pyproject.toml and add a test to verify the equivalence.
Requiring 0.64 over 0.63.3 was mostly a cosmetic change to allow to
write `import('python').find_installation(pure: false)` in the test
packages, thus the runtime version check was not update in sync to
allow to use the older meson for a while longer in special settings.
The old meson version should have been retired by now, and keeping the
version checks consistent is less confusing.1 parent f489fa3 commit fc5faa7
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments