Skip to content

Commit ae4b0bc

Browse files
Merge pull request #58 from glassflow/restrict-python-version
limit to py < 3.14
2 parents cceaa1e + 7414fb6 commit ae4b0bc

File tree

4 files changed

+675
-673
lines changed

4 files changed

+675
-673
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
id: setup-python
1919
with:
20-
python-version: "3.13"
20+
python-version-file: "pyproject.toml"
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0
1+
3.5.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "GlassFlow Python SDK: Create GlassFlow pipelines between Kafka an
55
authors = [
66
{name = "GlassFlow", email = "hello@glassflow.dev"}
77
]
8-
requires-python = ">=3.9"
8+
requires-python = ">=3.9,<3.14"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
keywords = ["clickhouse", "etl", "kafka", "data-pipeline", "glassflow", "streaming", "data-engineering"]

0 commit comments

Comments
 (0)