update installed python version to 3.11 in MSVC native compile/test

This commit is contained in:
Axel Kohlmeyer
2022-11-26 15:29:32 -05:00
parent 878b8a8a13
commit f49b50be5e

View File

@ -26,7 +26,7 @@ jobs:
- name: Select Python version
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Building LAMMPS via CMake
shell: bash