diff --git a/.github/workflows/test-linux-windows.yml b/.github/workflows/test-linux-windows.yml index da127e5382..009b7e1fca 100644 --- a/.github/workflows/test-linux-windows.yml +++ b/.github/workflows/test-linux-windows.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] limited-dependencies: ['','TRUE'] os: [ubuntu-latest] # add in windows-latest to add windows testing