summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-02-25 16:07:21 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-02-25 16:07:21 +0100
commit63947e25526f6cfe2f134c51b88c167d028c5c65 (patch)
tree81d96409702028531b42967b1e8259999fa7d51b
parent52df8371f3b13eb527e1910ebe469909a14e643f (diff)
downloadpsycopg2-63947e25526f6cfe2f134c51b88c167d028c5c65.tar.gz
ci: drop test on Python 3.6
The image is not available anymore
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6b6b520..caa207e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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"}