From bf3bb1d4ec30406eb5a9df7ed8d7be63f292363d Mon Sep 17 00:00:00 2001 From: user Date: Mon, 27 Nov 2023 22:54:37 +0000 Subject: [PATCH] Drop python 3.7 CI testing and switch to mysql 8.0 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 970e87d..a2d87e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] database: ["sqlite"] steps: @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] database: ["postgres"] services: @@ -92,12 +92,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] database: ["mysql"] services: mariadb: - image: mariadb + image: mysql:8.0 env: MYSQL_ROOT_PASSWORD: mysql options: >-