Skip to content

Commit

Permalink
Merge pull request #454 from alippai/feature/python313
Browse files Browse the repository at this point in the history
Add python 3.13 and pyarrow 18 support
  • Loading branch information
xhochy authored Dec 11, 2024
2 parents ceff366 + ef48a76 commit 99fc6e0
Show file tree
Hide file tree
Showing 5 changed files with 18,690 additions and 11,254 deletions.
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

0 comments on commit 99fc6e0

Please sign in to comment.