ci: drop test on Python 3.6

The image is not available anymore
This commit is contained in:
Daniele Varrazzo 2023-02-25 16:07:21 +01:00
parent 52df8371f3
commit 63947e2552

View File

@ -13,17 +13,15 @@ jobs:
fail-fast: false
matrix:
include:
- {python: "3.6", postgres: "10"}
- {python: "3.7", postgres: "11"}
- {python: "3.7", postgres: "10"}
- {python: "3.8", postgres: "12"}
- {python: "3.9", postgres: "13"}
- {python: "3.10", postgres: "14"}
- {python: "3.11", postgres: "15"}
# Opposite extremes of the supported Py/PG range, other architecture
- {python: "3.6", postgres: "15", architecture: "x86"}
- {python: "3.7", postgres: "14", architecture: "x86"}
- {python: "3.8", postgres: "13", architecture: "x86"}
- {python: "3.7", postgres: "15", architecture: "x86"}
- {python: "3.8", postgres: "14", architecture: "x86"}
- {python: "3.9", postgres: "12", architecture: "x86"}
- {python: "3.10", postgres: "11", architecture: "x86"}
- {python: "3.11", postgres: "10", architecture: "x86"}