-
Notifications
You must be signed in to change notification settings - Fork 30
Permit Cython 3.1.0 for Python 3.13 #2118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/2118/index.html |
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_54 ran successfully. |
f646868
to
eb0e6c7
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_78 ran successfully. |
@@ -4,4 +4,8 @@ set -e | |||
|
|||
${PYTHON} -c "import dpctl; print(dpctl.__version__)" | |||
${PYTHON} -m dpctl -f | |||
${PYTHON} -m pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv | |||
if ${PYTHON} --version 2>&1 | grep -q '^Python 3\.13'; then | |||
${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl -vv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add a comment why there is a dependency on python version?
This PR removes logic which limits Cython 3.1.0 for Python 3.13