Skip to content

Commit

Permalink
remove hacks for python 3.13 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 authored Dec 27, 2024
1 parent 270b26e commit efde61d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"
- run: uv python install ${{ matrix.python-version }}
- if: ${{ matrix.python-version == 3.13 }}
run: just install-313
- if: ${{ matrix.python-version < 3.13 }}
run: just install
- run: just install
- run: just test . --cov=. --cov-report xml
- uses: codecov/[email protected]
env:
Expand Down
4 changes: 0 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ install:
uv lock --upgrade
uv sync --only-dev --frozen

install-313:
uv lock --upgrade
uv sync --only-dev --no-install-package litestar --no-install-package msgspec --frozen

lint:
uv run ruff format
uv run ruff check --fix
Expand Down

0 comments on commit efde61d

Please sign in to comment.