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
  • Loading branch information
mikealfare committed Nov 6, 2024
1 parent d024eaf commit b79419d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,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", "3.12"]
include:
- os: ubuntu-22.04
python-version: "3.9"
- 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: ubuntu-22.04
python-version: "3.12"
- os: windows-2022
python-version: "3.9"

env:
TOXENV: integration-redshift
Expand Down

0 comments on commit b79419d

Please sign in to comment.