build: Update more workflows to test on Python 3.11

This commit is contained in:
Feanil Patel
2024-04-09 11:32:43 -04:00
parent e9d716375f
commit 325a7b91b2
11 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.8', '3.12' ]
python-version: [ '3.8', '3.11', '3.12' ]
steps:
- name: Checkout code