summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:40:23 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:40:23 +0200
commitea32730a39a1c7d613ec1a3789053d650f144b2e (patch)
treee02beff3f2d4e27671b9e4f7b06798177c13cfc3
parent1bf8e77ea25608c4797a7e902cc02550096e5b40 (diff)
parentdeb00e5454858dd0ea84083a4969f9a244f61b43 (diff)
downloadpsycopg2-ea32730a39a1c7d613ec1a3789053d650f144b2e.tar.gz
Merge branch 'build-macos-py311'
-rw-r--r--.github/workflows/packages.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index f8caac6..9e1f2ae 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -6,6 +6,7 @@ on:
jobs:
build-sdist:
+ if: true
strategy:
fail-fast: false
matrix:
@@ -53,6 +54,7 @@ jobs:
build-manylinux:
+ if: true
strategy:
fail-fast: false
matrix:
@@ -114,10 +116,11 @@ jobs:
build-macos:
runs-on: macos-latest
+ if: true
strategy:
fail-fast: false
matrix:
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout repos