mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
exclude python 3.9 on Macos 14
This commit is contained in:
parent
0bd50a6e24
commit
4e94178169
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -126,6 +126,9 @@ jobs:
|
|||
matrix:
|
||||
os: [ "macos-latest", "macos-13", "macos-14" ]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
exclude:
|
||||
- os: "macos-14"
|
||||
python-version: "3.9"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user