Skip to content

Commit

Permalink
build: update package, testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 27, 2024
1 parent ca01db6 commit 7d5454e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
pyspark-version: ["3.5.1", "3.5.2", "3.5.3", "3.5.4"]

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: "3.10"
# You can test your matrix by printing the current Python version
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "Declarative programming for PySpark workflows."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=24.2.0",
"attrs>=22.1.0",
"loguru>=0.7.3",
"pyspark>=3.5",
"pyspark>=3.5.0,<3.6",
]

[build-system]
Expand Down
1 change: 0 additions & 1 deletion src/tidy_tools/model/logger.py

This file was deleted.

4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d5454e

Please sign in to comment.