Skip to content

Commit

Permalink
Update python version to 3.11 for macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Jul 5, 2024
1 parent c3e8f62 commit 4c0fed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
# Python 3.11 build on macOS times out for some reason
# xref https://github.com/coiled/dask-snowflake/pull/56
- os: macos-latest
python-version: ["3.9", "3.10","3.11"]

python-version: "3.11"
steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit 4c0fed7

Please sign in to comment.