Skip to content
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

Run tests on Python 3.13 release candidate #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.74%. Comparing base (4710628) to head (cd36d94).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   63.03%   62.74%   -0.29%     
==========================================
  Files          61       57       -4     
  Lines        2283     2279       -4     
==========================================
- Hits         1439     1430       -9     
- Misses        844      849       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ozekik
Copy link
Owner

ozekik commented Aug 14, 2024

Thank you for your contribution! It seems NumPy hasn't released a wheel for Python 3.13 yet, so let's wait until it's available before merging.

@cclauss
Copy link
Author

cclauss commented Aug 14, 2024

% alias python_in_docker="docker run --env GITHUB_USER=$USER --tty --interactive --rm --volume $(echo pwd):/${PWD##*/} --workdir /${PWD##*/} python:3.13-rc bash"

% python_in_docker

% python3 --version

Python 3.13.0rc1

% python3 -m pip install numpy

Collecting numpy
  Downloading numpy-2.0.1.tar.gz (18.9 MB)
[ ... ]
Successfully installed numpy-2.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants