Skip to content

Conversation

@rishav-karanjit
Copy link
Member

@rishav-karanjit rishav-karanjit commented Jan 9, 2026

Issue #, if available:

Description of changes:

  • Issue 1: Retired macos-13:
    • Used macos-latest
  • Issue 2: Python <3.11 incompatible with macOS latest runner
    • Excluded macos latest when python<3.11
    • TODO: use different runner when on python 3.11
  • Issue 3: pytest using outdated Python ast module until pytest 7.3.1
  • Issue 4: Warning about pytest.warns(None) being deprecated on 7.4.0. In pytest 8+, passing None to pytest.warns() will be completely removed.
    • So, decided to move pytest deps to use 8.0.0 and migrate pytest.warns(None)
    • Note that I did not move the deps to use 9.x which is latest as it requires Python >=3.10 but we still support Python < 3.10 and have to test against it.
  • Issue 5: -rc flag removed in isort command

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant