Skip to content

Commit

Permalink
github: workflows: tests: remove python 3.13 on macos-latest for now
Browse files Browse the repository at this point in the history
Seems to have an issue with the natsorted function not returning the
proper elements. Disable for now.
  • Loading branch information
mnamici committed Nov 20, 2024
1 parent 159ba5c commit 062f236
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
python-version: '3.12'
pyqt-version: '515'

- os: macos-latest
python-version: '3.13'
pyqt-version: '515'

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 062f236

Please sign in to comment.