summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:38:24 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:39:11 +0200
commitdeb00e5454858dd0ea84083a4969f9a244f61b43 (patch)
treee02beff3f2d4e27671b9e4f7b06798177c13cfc3
parent8c824d0e47a8fd4641eec2f5a9643fb52360e124 (diff)
downloadpsycopg2-deb00e5454858dd0ea84083a4969f9a244f61b43.tar.gz
ci: re-enable builds suspended to build macOS packages for Python 3.11
-rw-r--r--.github/workflows/packages.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 60e3647..9e1f2ae 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -6,7 +6,7 @@ on:
jobs:
build-sdist:
- if: false
+ if: true
strategy:
fail-fast: false
matrix:
@@ -54,7 +54,7 @@ jobs:
build-manylinux:
- if: false
+ if: true
strategy:
fail-fast: false
matrix:
@@ -120,7 +120,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ['3.11']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout repos