From 311ebed67627d37ffcfeaf582c19a3f2dd149c86 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Tue, 23 May 2023 12:27:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(lint.yml):=20remove=20Pyth?= =?UTF-8?q?on=203.8=20and=203.11=20from=20the=20matrix=20=F0=9F=94=A5=20ch?= =?UTF-8?q?ore(test.yml):=20remove=20Python=203.11=20from=20the=20matrix?= =?UTF-8?q?=20Python=203.8=20and=203.11=20were=20removed=20from=20the=20ma?= =?UTF-8?q?trix=20in=20lint.yml=20to=20reduce=20the=20number=20of=20Python?= =?UTF-8?q?=20versions=20being=20tested.=20Python=203.11=20was=20removed?= =?UTF-8?q?=20from=20the=20matrix=20in=20test.yml=20as=20it=20is=20not=20y?= =?UTF-8?q?et=20released=20and=20therefore=20not=20supported.=20Chroma=20u?= =?UTF-8?q?ses=20onnxruntime=20which=20does=20not=20support=203.11=20as=20?= =?UTF-8?q?of=20yet.=20This=20will=20be=20added=20back=20in=20once=20onnxr?= =?UTF-8?q?untime=20supports=203.11.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 -- .github/workflows/test.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a807555c4..656838e88 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d22ebc755..e009534c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: matrix: python-version: - "3.10" - - "3.11" steps: - uses: actions/checkout@v3 - name: Install poetry