mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user