Skip to content

Commit

Permalink
test: add python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blepabyte committed Nov 18, 2024
1 parent 91431db commit b8479d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Tracker = "https://github.com/blepabyte/maxray/issues"
python = "^3.11"
result = "^0.16.1"
loguru = "^0.7.2"
pyarrow = "^16.1.0"
watchfiles = "^0.22.0"
pyarrow = "^18.0.0"
watchfiles = "^0.24.0"
click = "^8.1.7"
rich = "^13.7.1"

Expand Down

0 comments on commit b8479d6

Please sign in to comment.