Skip to content

Commit

Permalink
build: support python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Dec 21, 2024
1 parent 6781c54 commit ec36153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'

- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = ["pyarrow>=15"]
license = { file = "LICENSE" }
name = "biobear"
readme = "README.md"
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9"
description = "A package for working with Bioinformatics data with SQL and Arrow"
version = "0.23.2"

Expand Down

0 comments on commit ec36153

Please sign in to comment.