Skip to content

Commit 1ad2036

Browse files
committed
Add support for Python 3.14 and update related configurations
1 parent 53b326c commit 1ad2036

File tree

5 files changed

+823
-2
lines changed

5 files changed

+823
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
os: ubuntu-latest
3333
- python-version: "py313"
3434
os: ubuntu-latest
35+
- python-version: "py314"
36+
os: ubuntu-latest
3537
# Test on additional platforms for Python 3.11
3638
- python-version: "py311"
3739
os: macos-latest

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Alphabetical list of contributors:
7272
* skryzh <sergeikryzh95@gmail.com>
7373
* Soloman Weng <soloman1124@gmail.com>
7474
* spigwitmer <itgpmc@gmail.com>
75+
* Stefan Warnat <ich@stefanwarnat.de>
7576
* Tao Wang <twang2218@gmail.com>
7677
* Tenghuan <tenghuanhe@gmail.com>
7778
* Tim Graham <timograham@gmail.com>

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Development Version
22
-------------------
33

4+
Enhancements
5+
6+
* Add support for Python 3.14.
7+
* Add `ATTACH` and `DETACH` to PostgreSQL keywords (pr808).
8+
* Add `INTERSECT` to close keywords in WHERE clause (pr820).
9+
* Support `REGEXP BINARY` comparison operator (pr817).
10+
411
Bug Fixes
512

613
* Add additional protection against denial of service attacks when parsing

0 commit comments

Comments
 (0)