Fix CI - python version (#338)

* fix(README): Updated docs link

* fix(ci): set PYTHON_VERSION to 3.11
This commit is contained in:
Techno Tim
2023-07-20 21:19:53 -05:00
committed by GitHub
parent 33ae0d4970
commit 83077ecdd1
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- single_node
fail-fast: false
env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.11"
steps:
- name: Check out the codebase