File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
plugins/online-data-mixing Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 python-version :
11- - setup : " 3.10 "
12- tox : " py310 "
11+ - setup : " 3.11 "
12+ tox : " py311 "
1313 plugin_name :
1414 - " framework"
1515 - " accelerated-peft"
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535
3636 steps :
3737 - uses : actions/checkout@v4
38- - name : Set up Python 3.9
38+ - name : Set up Python 3.11
3939 uses : actions/setup-python@v4
4040 with :
41- python-version : 3.9
41+ python-version : 3.11
4242 - name : Install dependencies
4343 run : |
4444 python -m pip install --upgrade pip
@@ -61,10 +61,10 @@ jobs:
6161
6262 steps :
6363 - uses : actions/checkout@v4
64- - name : Set up Python 3.9
64+ - name : Set up Python 3.11
6565 uses : actions/setup-python@v4
6666 with :
67- python-version : 3.9
67+ python-version : 3.11
6868 - name : Install dependencies
6969 run : |
7070 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ persistent=yes
8888
8989# Minimum Python version to use for version dependent checks. Will default to
9090# the version used to run pylint.
91- py-version =3.9
91+ py-version =3.11
9292
9393# Discover python modules and packages in the file system subtree.
9494recursive =no
You can’t perform that action at this time.
0 commit comments