mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
ci: drop test on Python 3.6
The image is not available anymore
This commit is contained in:
parent
52df8371f3
commit
63947e2552
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user