Skip to content

Commit c6ade88

Browse files
committed
Runtime: Remove support for Python 3.9
1 parent 9a5bb85 commit c6ade88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os: ["ubuntu-latest"]
3030
python-version: [
31-
"3.9",
31+
"3.10",
3232
"3.14",
3333
]
3434

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
- Dependencies: Updated to sqlalchemy-cratedb 0.43.0
5+
- Runtime: Removed support for Python 3.9
56

67
## 2026/05/14 v0.0.0
78
- Make it work

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors = [
2828
{ name = "Walter Behmann", email = "walter@crate.io" },
2929
{ name = "Andreas Motl", email = "andreas.motl@crate.io" },
3030
]
31-
requires-python = ">=3.9"
31+
requires-python = ">=3.10"
3232
classifiers = [
3333
"Development Status :: 3 - Alpha",
3434
"Environment :: Console",
@@ -47,7 +47,6 @@ classifiers = [
4747
"Operating System :: Unix",
4848
"Programming Language :: Python",
4949
"Programming Language :: Python :: 3 :: Only",
50-
"Programming Language :: Python :: 3.9",
5150
"Programming Language :: Python :: 3.10",
5251
"Programming Language :: Python :: 3.11",
5352
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)