Skip to content

Commit

Permalink
actually maybe not all the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 8, 2024
1 parent 5da1c51 commit ca87873
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
Expand Down
138 changes: 37 additions & 101 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = ["Max Halford <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
ibis-framework = "^9.0.0"
python = "^3.10"
ibis-framework = "^9.5.0"
altair = "^5.3.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -16,7 +16,7 @@ jupyter = "^1.0.0"
pandas = "^2.2.1"
pytest = "^8.2.1"
names = "^0.3.0"
ibis-framework = {extras = ["duckdb", "pandas"], version = "^9.0.0"}
ibis-framework = {extras = ["duckdb", "pandas"], version = "^9.5.0"}
mkdocs = "^1.6.0"
pygments = "^2.18.0"
vega-datasets = "^0.9.0"
Expand Down

0 comments on commit ca87873

Please sign in to comment.