🔥 chore(lint.yml): remove Python 3.8 and 3.11 from the matrix

🔥 chore(test.yml): remove Python 3.11 from the matrix
Python 3.8 and 3.11 were removed from the matrix in lint.yml to reduce the number of Python versions being tested. Python 3.11 was removed from the matrix in test.yml as it is not yet released and therefore not supported.
Chroma uses onnxruntime which does not support 3.11 as of yet. This will be added back in once onnxruntime supports 3.11.
This commit is contained in:
Gabriel Almeida 2023-05-23 12:27:39 -03:00
commit 311ebed676
2 changed files with 0 additions and 3 deletions

View file

@ -14,10 +14,8 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Install poetry

View file

@ -16,7 +16,6 @@ jobs:
matrix:
python-version:
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Install poetry