summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-10-05 00:44:09 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-11-03 12:51:52 +0100
commite0afdce9a9b6643987a0a359c90ea58b3d1ba497 (patch)
tree213f594d53b49ec5da956f2ab44eed290e20e444 /.github/workflows/tests.yml
parentb241def64bdc9ac350ecae4b665d9eec11a48229 (diff)
downloadpsycopg2-py310.tar.gz
Build Python 3.10 packages of relase 2.9.1py310
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml24
1 files changed, 10 insertions, 14 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1364105..a913cf5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,22 +13,18 @@ jobs:
fail-fast: false
matrix:
include:
- - python: 3.6
- postgres: 10
- - python: 3.7
- postgres: 11
- - python: 3.8
- postgres: 12
- - python: 3.9
- postgres: 13
+ - {python: "3.6", postgres: "10"}
+ - {python: "3.7", postgres: "11"}
+ - {python: "3.8", postgres: "12"}
+ - {python: "3.9", postgres: "13"}
+ - {python: "3.10", postgres: "14"}
# Opposite extremes of the supported Py/PG range, other architecture
- - python: 3.6
- postgres: 13
- architecture: 'x86'
- - python: 3.9
- postgres: 9.5
- architecture: 'x86'
+ - {python: "3.6", postgres: "14", architecture: "x86"}
+ - {python: "3.7", postgres: "13", architecture: "x86"}
+ - {python: "3.8", postgres: "12", architecture: "x86"}
+ - {python: "3.9", postgres: "11", architecture: "x86"}
+ - {python: "3.10", postgres: "10", architecture: "x86"}
env:
PSYCOPG2_TESTDB: postgres