From 44c76739b7e87305b52e317bef531f2856690b89 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Wed, 12 Apr 2023 18:56:21 -0700 Subject: [PATCH] Add Python 3.11 to the CI. (#107) --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 841397bf..dd9813cf 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -15,7 +15,7 @@ jobs: max-parallel: 12 matrix: os: [Ubuntu-22.04, macOS-latest] - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2