add 3.9 and 3.10 back into backend testing w/ burnettk jbirddog

This commit is contained in:
jasquat 2022-11-11 12:44:56 -05:00
parent 8c8a2329ef
commit 37fe391211
1 changed files with 20 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
include: include:
- { python: "3.11", os: "ubuntu-latest", session: "safety" } - { python: "3.11", os: "ubuntu-latest", session: "safety" }
- { python: "3.11", os: "ubuntu-latest", session: "mypy" } - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
- { - {
python: "3.11", python: "3.11",
os: "ubuntu-latest", os: "ubuntu-latest",
@ -36,6 +38,24 @@ jobs:
session: "tests", session: "tests",
database: "sqlite", database: "sqlite",
} }
- {
python: "3.10",
os: "ubuntu-latest",
session: "tests",
database: "sqlite",
}
- {
python: "3.9",
os: "ubuntu-latest",
session: "tests",
database: "sqlite",
}
- {
python: "3.10",
os: "windows-latest",
session: "tests",
database: "sqlite",
}
- { - {
python: "3.11", python: "3.11",
os: "macos-latest", os: "macos-latest",