Skip to content

Commit

Permalink
Merge pull request #351 from nodestream-proj/ci/enable-python-3-13
Browse files Browse the repository at this point in the history
Upgrade Dependency Versions to Prep for Python 3.13
  • Loading branch information
zprobst authored Aug 7, 2024
2 parents e80b32e + 163d1d2 commit dfba1ed
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 976 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: poetry run pytest --cov nodestream --cov-report term --cov-report xml -m "not e2e"
- name: Run Lints
run: |
poetry run ruff nodestream tests
poetry run ruff check nodestream tests
poetry run black nodestream tests --check
poetry run isort nodestream tests --check-only
- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ format: venv
.PHONY: lint
lint: venv
poetry run black nodestream tests --check
poetry run ruff nodestream tests
poetry run ruff check nodestream tests

.PHONY: test-unit
test-unit: venv
Expand Down
Loading

0 comments on commit dfba1ed

Please sign in to comment.