Skip to content

Commit

Permalink
test macos-14 on py310 instead of py39 due to missing psycopg2-binary (
Browse files Browse the repository at this point in the history
…#942)

(cherry picked from commit fa4d72c)
  • Loading branch information
mikealfare committed Nov 8, 2024
1 parent 5025f76 commit 6b1e786
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9"]
os: ubuntu-22.04
python-version: ["3.9", "3.10", "3.11"]
include:
- os: ubuntu-22.04
# psycopg2-binary doesn't have a precompiled wheel for python 3.9 for macos-14
- os: macos-14
python-version: "3.10"
- os: ubuntu-22.04
python-version: "3.11"
- os: windows-2022
python-version: "3.9"

env:
TOXENV: integration-redshift
Expand Down

0 comments on commit 6b1e786

Please sign in to comment.