Skip to content

Commit 89fd51c

Browse files
committed
BUG: don't use alpha version in meson version compare
1 parent 893215a commit 89fd51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/_examples/cython/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if not cy.version().version_compare('>=3.0.6')
1212
endif
1313

1414
base_cython_args = []
15-
if cy.version().version_compare('>=3.1.0a0')
15+
if cy.version().version_compare('>=3.1.0')
1616
base_cython_args += ['-Xfreethreading_compatible=True']
1717
endif
1818

0 commit comments

Comments
 (0)