Skip to content

Commit 9420356

Browse files
eemeliflodolo
andauthored
Apply suggestions from code review
Co-authored-by: Francesco Lodolo <flod@lodolo.net>
1 parent d203098 commit 9420356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
27+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2828
steps:
2929
- uses: actions/checkout@v6
3030
- uses: astral-sh/setup-uv@v7
@@ -48,8 +48,8 @@ jobs:
4848
- uses: actions/checkout@v6
4949
- uses: astral-sh/setup-uv@v7
5050
with:
51-
python-version: 3.9
52-
- run: uv venv --python 3.9
51+
python-version: 3.12
52+
- run: uv venv
5353
- run: uv pip install ${{ matrix.fluent-syntax }}
5454
- run: uv pip install ./fluent.runtime
5555
- run: uv run python -m unittest discover -s fluent.runtime

0 commit comments

Comments
 (0)