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

MAINT, CI: Python 3.11 prep #46

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

tylerjereddy
Copy link
Contributor

Fixes #44

  • update the pybind11 submodule to point to the
    latest tagged release, v2.10.0 (our current
    pybind11 version is not sufficient for Python 3.11)

  • add a CI entry for Python 3.11rc1, which is now
    ABI stable; also, Python 3.10 was missing from the
    matrix, so I added a single entry for that version as well

  • we may want to discuss reduced testing for i.e., Python 3.6
    or adopting NEP29 for Python support to keep testing/support sane, but
    I'm avoiding that here for now

* update the `pybind11` submodule to point to the
latest tagged release, `v2.10.0` (our current
`pybind11` version is not sufficient for Python `3.11`)

* add a CI entry for Python `3.11rc1`, which is now
ABI stable; also, Python `3.10` was missing from the
matrix, so I added a single entry for that version as well

* we may want to discuss reduced testing for i.e., Python `3.6`
or adopting NEP29 for Python support to keep testing/support sane, but
I'm avoiding that here for now
@NaderAlAwar NaderAlAwar merged commit d3946ed into kokkos:main Sep 1, 2022
@tylerjereddy tylerjereddy deleted the treddy_issue_44 branch September 1, 2022 15:45
tylerjereddy added a commit to tylerjereddy/pykokkos that referenced this pull request Sep 1, 2022
* following the upstream merge of kokkos/pykokkos-base#46
we should no longer need to manually update the `pybind11` submodule
within `pykokkos-base`
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.

MAINT: python 3.11 support
2 participants