Skip to content

Commit 1f0540f

Browse files
committed
pin python version with uv
1 parent d367939 commit 1f0540f

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/check and publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python_version: ["3.9", "3.13"]
15+
python_version: ["3.9", null]
1616
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1717
robot_version: ["6.1.1", "from lockfile"]
1818
pytest_version: ["8.0", "from lockfile"]
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python_version: ["3.9", "3.13"]
35+
python_version: ["3.9", null]
3636
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
3737
runs-on: ${{ matrix.os }}
3838
steps:

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
16-
with:
17-
python-version: 3.12
1816
- run: ./pw uv sync
1917
- name: generate docs
2018
run: ./pw uv run pdoc pytest_robotframework -o docs

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

0 commit comments

Comments
 (0)