mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-04-28 13:00:13 +00:00
Merge pull request #12505 from freqtrade/maint/python_3.14
CI against python 3.14
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ "ubuntu-22.04", "ubuntu-24.04", "macos-14", "macos-15" , "windows-2022", "windows-2025" ]
|
os: [ "ubuntu-22.04", "ubuntu-24.04", "macos-14", "macos-15" , "windows-2022", "windows-2025" ]
|
||||||
python-version: ["3.11", "3.12", "3.13"]
|
python-version: ["3.11", "3.12", "3.13", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.1
|
- uses: actions/checkout@v6.0.1
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Check for repository changes - Windows
|
- name: Check for repository changes - Windows
|
||||||
if: ${{ runner.os == 'Windows' && (matrix.python-version != '3.13') }}
|
if: ${{ runner.os == 'Windows' }}
|
||||||
run: |
|
run: |
|
||||||
if (git status --porcelain) {
|
if (git status --porcelain) {
|
||||||
Write-Host "Repository is dirty, changes detected:"
|
Write-Host "Repository is dirty, changes detected:"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Operating System :: MacOS",
|
"Operating System :: MacOS",
|
||||||
"Operating System :: Unix",
|
"Operating System :: Unix",
|
||||||
"Topic :: Office/Business :: Financial :: Investment",
|
"Topic :: Office/Business :: Financial :: Investment",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Required for freqai
|
# Required for freqai
|
||||||
scikit-learn==1.8.0
|
scikit-learn==1.8.0
|
||||||
joblib==1.5.2
|
joblib==1.5.3
|
||||||
lightgbm==4.6.0
|
lightgbm==4.6.0
|
||||||
xgboost==3.1.2
|
xgboost==3.1.2
|
||||||
tensorboard==2.20.0
|
tensorboard==2.20.0
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jsonschema==4.25.1
|
|||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
pycoingecko==3.2.0
|
pycoingecko==3.2.0
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
joblib==1.5.2
|
joblib==1.5.3
|
||||||
rich==14.2.0
|
rich==14.2.0
|
||||||
pyarrow==22.0.0; platform_machine != 'armv7l'
|
pyarrow==22.0.0; platform_machine != 'armv7l'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user