mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-05-03 14:43:42 +03:00
Merge branch 'build-macos-py311'
This commit is contained in:
commit
ea32730a39
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-sdist:
|
build-sdist:
|
||||||
|
if: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -53,6 +54,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
build-manylinux:
|
build-manylinux:
|
||||||
|
if: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -114,10 +116,11 @@ jobs:
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
if: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- name: Checkout repos
|
- name: Checkout repos
|
||||||
|
|
Loading…
Reference in New Issue
Block a user