Skip to content

Commit

Permalink
only current package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddalpiaz committed Aug 23, 2024
1 parent 07da16a commit 274a8b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
package-date:
- "2023-01-01"
- "2024-01-01"
- "3000-01-01"
steps:
- uses: actions/checkout@v4
- name: Set up uv
Expand All @@ -30,6 +26,6 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --all-extras --dev --exclude-newer ${{ matrix.package-date }}
run: uv sync --all-extras --dev
- name: Test package
run: uv run pytest
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pylahman"
version = "0.1.8"
version = "0.1.9"
authors = [
{ name="David Dalpiaz", email="[email protected]" },
]
Expand All @@ -9,9 +9,9 @@ description = "Python Package for Sean Lahman's Baseball Database"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pandas>=2.0.0",
"pyarrow>=10.0.1",
"pandas>=2.2.2",
"importlib>=1.0.4",
"pyarrow>=17.0.0",
]

[project.urls]
Expand All @@ -33,5 +33,5 @@ packages = ["src/pylahman"]

[tool.uv]
dev-dependencies = [
"pytest>=7.0.0",
"pytest>=8.3.2",
]
6 changes: 3 additions & 3 deletions uv.lock

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

0 comments on commit 274a8b8

Please sign in to comment.