Skip to content

Commit

Permalink
Modify tests.yml to run tests for macos-latest on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatgadkar-goog committed Jan 6, 2025
1 parent 8aca793 commit 805ec26
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,16 @@ jobs:
strategy:
matrix:
# psycopg 2.9.10 isn't supported on Python 3.9 for macos-14. See
# https://github.com/psycopg/psycopg2/issues/1737. So we are using
# macos-12 for now. When Python 3.9 reaches end-of-life, we should
# change this back to macos-latest.
os: [macos-12, windows-latest, ubuntu-latest]
# https://github.com/psycopg/psycopg2/issues/1737. But it is supported
# on macos-12. When Python 3.9 reaches end-of-life, we should change
# this back to only run the Mac tests on macos-latest.
os: [windows-latest, ubuntu-latest]
python-version: ["3.9", "3.13"]
include:
- os: macos-12
python-version: "3.9"
- os: macos-latest
python-version: "3.13"
fail-fast: false
steps:
- name: Checkout code
Expand Down

0 comments on commit 805ec26

Please sign in to comment.