Skip to content

Commit

Permalink
Pyarrow >=18 required.
Browse files Browse the repository at this point in the history
Python 3.13 tested.
  • Loading branch information
coady committed Nov 1, 2024
1 parent 23d0fc4 commit a5505f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
arrow-version: ['']
include:
- python-version: 3.x
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased
### Changed
* Pyarrow >=18 required
* `isodate` dependency for durations
* Acero engine used for scanning
* Grouping defaults to parallelized but unordered
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ If index columns are detected in the schema metadata, then an initial `filter` w
## Dependencies
* pyarrow
* strawberry-graphql[asgi,cli]
* numpy
* isodate
* uvicorn (or other [ASGI server](https://asgi.readthedocs.io/en/latest/implementations.html))

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
Expand Down
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pyarrow>=17
pyarrow>=18
strawberry-graphql[asgi,cli]>=0.236
numpy
isodate>=0.7

0 comments on commit a5505f0

Please sign in to comment.