Skip to content

Commit e4e6469

Browse files
committed
📝 Documentation and examples for CEL usage, including installation, API reference, and access control policies
1 parent 7a3071f commit e4e6469

30 files changed

Lines changed: 8616 additions & 402 deletions

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v4
110110
- uses: actions/setup-python@v5
111111
with:
112-
python-version: '3.10'
112+
python-version: '3.11'
113113
- name: Build wheels
114114
uses: PyO3/maturin-action@v1
115115
with:
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@v4
138138
- uses: actions/setup-python@v5
139139
with:
140-
python-version: '3.10'
140+
python-version: '3.11'
141141
architecture: ${{ matrix.platform.target }}
142142
- name: Build wheels
143143
uses: PyO3/maturin-action@v1
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@v4
166166
- uses: actions/setup-python@v5
167167
with:
168-
python-version: '3.10'
168+
python-version: '3.11'
169169
- name: Build wheels
170170
uses: PyO3/maturin-action@v1
171171
with:

0 commit comments

Comments
 (0)