Skip to content

Commit

Permalink
Add support for pyarrow and python 3.13 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Nov 1, 2024
1 parent d9cb57b commit b81460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feu/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class PackageConfig:
},
# https://arrow.apache.org/release/
"pyarrow": {
"3.13": {"min": "18.0.0", "max": None},
"3.12": {"min": "14.0.0", "max": None},
"3.11": {"min": "10.0.1", "max": None},
"3.10": {"min": "6.0.0", "max": None},
Expand Down

0 comments on commit b81460f

Please sign in to comment.