Skip to content

Commit

Permalink
exclude python-version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 22, 2024
1 parent 767d8a9 commit bf4e936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
# python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
python-version: [3.7, "3.10", 3.11, 3.12, 3.13]
exclude:
- os: macos-latest
version: 3.7
- os: macos-latest
python-version: 3.7
fail-fast: false
env:
MOLER_DEBUG_THREADS: True
Expand Down

0 comments on commit bf4e936

Please sign in to comment.