Skip to content

Commit d3946ed

Browse files
authored
MAINT, CI: Python 3.11 prep (#46)
* 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
1 parent 5beec9c commit d3946ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
strategy:
145145
matrix:
146-
python-version: [3.6, 3.7, 3.8, 3.9]
146+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.1"]
147147
kokkos-branch: ['develop']
148148

149149
steps:

external/pybind11

Submodule pybind11 updated 213 files

0 commit comments

Comments
 (0)