Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python 3.13 and pyarrow 18 support #454

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
# - "py310-pa17"
# - "py311-pa17"
- "py312-pa17"
- "py313-pa18"
services:
postgres:
image: postgres:11
Expand Down Expand Up @@ -173,6 +174,7 @@ jobs:
#- "py310-pa17"
#- "py311-pa17"
- "py312-pa17"
- "py313-pa18"
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -221,6 +223,7 @@ jobs:
# - "py310-pa17"
# - "py311-pa17"
- "py312-pa17"
- "py313-pa18"
steps:
- name: Create SQL Server
shell: pwsh
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 5.1.0
-------------

* Add python 3.13 support
* Support ``pyarrow=18``

Version 5.0.2
-------------

Expand All @@ -18,12 +24,12 @@ Version 5.0.0
Version 4.14.0
--------------

* Support ``pyarrow=2`
* Support ``numpy=2``

Version 4.13.0
--------------

* Support ``pyarrow=17`
* Support ``pyarrow=17``

Version 4.12.1
--------------
Expand Down
Loading
Loading