Skip to content

Commit

Permalink
MAINT, CI: Python 3.11 prep (#46)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tylerjereddy authored Sep 1, 2022
1 parent 5beec9c commit d3946ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.1"]
kokkos-branch: ['develop']

steps:
Expand Down
2 changes: 1 addition & 1 deletion external/pybind11
Submodule pybind11 updated 213 files

0 comments on commit d3946ed

Please sign in to comment.