Skip to content

Commit 7df1ee3

Browse files
committed
update cy.yml to match upate noxfile.py
1 parent 5270e54 commit 7df1ee3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
UV_VERSION: "0.10.2"
6+
UV_VERSION: "0.11.3"
77

88
jobs:
99
test:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t" ]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t" ]
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Install uv

0 commit comments

Comments
 (0)