File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
python -m venv venv
43
43
source venv/bin/activate
44
44
python -m pip install --upgrade pip
45
- # uv==0.8.6 is the last version that supports python 3.9
46
- python -m pip install uv== 0.8.6
45
+ # needed for Python 3.9 compatibility
46
+ python -m pip install uv>= 0.8.8
47
47
python -m uv sync --extra dev --active
48
48
49
49
- name : Flake8
Original file line number Diff line number Diff line change 39
39
python -m venv venv
40
40
source venv/bin/activate
41
41
python -m pip install --upgrade pip
42
- # uv==0.8.6 is the last version that supports python 3.9
43
- python -m pip install uv== 0.8.6
42
+ # needed for Python 3.9 compatibility
43
+ python -m pip install uv>= 0.8.8
44
44
python -m uv sync --extra dev --active
45
45
46
46
- name : Unit tests
You can’t perform that action at this time.
0 commit comments