Skip to content

Commit 68b9a34

Browse files
committed
CI fixes
1 parent c8e813b commit 68b9a34

3 files changed

Lines changed: 294 additions & 184 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ build:
4949
build_wasm:
5050
@echo "Building WASM to bin/"
5151
@mkdir -p bin
52-
py2wasm src/openapi_client/cli.py -o bin/cdd-python-all.wasm
52+
uv run py2wasm src/openapi_client/cli.py -o bin/cdd-python-all.wasm
5353
test:
54-
pytest tests/
55-
54+
uv run pytest tests/
5655
run: build
5756
python3 -m openapi_client.cli $(RUN_ARGS) || cdd-python $(RUN_ARGS)
5857

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "openapi-python-client"
77
version = "0.0.1"
88
description = "OpenAPI 3.2.0 Python Client"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.9,<3.14"
1111
dependencies = [
1212
"pydantic>=2.0",
1313
"libcst",

0 commit comments

Comments
 (0)