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

Experiment: add pypi python 3.13 build to the pipeline #2016

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

phoebusm
Copy link
Collaborator

@phoebusm phoebusm commented Nov 25, 2024

Reference Issues/PRs

Depends on #1945
Inspired by #1230, see whether it could be a quick van

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

phoebusm and others added 3 commits December 17, 2024 16:17
-Upgrade pybind in conda to 2.11.1
-Move pybind11 from submodule to vcpkg

-Reinstate pybind11 git submodule
-Bypass GIL check in some places

Bypass nan increase ref and decreas ref as well

Remove more py::none{} call

Skip GIL check in C++ test

Add support for numpy 2

Support numpy on conda

Remove Werror for testing

Fix deprecation warnings

Test fix for new pybind cmake checks

Try to disable FindPythonInterp and FindPythonLIbs

Try to set the python vars manually

remove policy

Fix nan related tests

Fix builds

test with other Utils

test

try to set extension manually

add endif

change

Test turning off the pybind11 override

Tests without the PythonUtils module

Try with latest pybind11

Test PYBIND11_NOPYTHON

Test with PYBIND11_FINDPYTHON

idk

Try to set vars for both PYTHON and Python prefix

Try setting both Python and PYTHON

try new pythonutils

test like this

Add support for both Numpy 1 and 2

Remove 3.6 and fix some tests

Totally remove 3.6

test with a new columns condition

Test new action steps

fix tests

Test with a python pin for conda tests

Test with 3.11

Test with newer changes

Test without calling PythonUtils twice

Test without PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF definition

Add compact tests for Numpy 1 and test newer python versions

test with latest cibuildwheel version

test with latest cibuildwheel

Test with newer cibuildwheel

test with http endpoint

Don't build for python 13

Disable compat tests for python 3.12 and 13 as we haven't published them yet

Fix integration tests

fix flaky test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants