Skip to content

Commit

Permalink
Drop python 3.7 CI testing and switch to mysql 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 27, 2023
1 parent 143f9ef commit bf3bb1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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: >-
Expand Down

0 comments on commit bf3bb1d

Please sign in to comment.