Skip to content

Commit 64890a9

Browse files
committed
feat: support python 3.13
1 parent d74a19b commit 64890a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2323
package:
2424
- turu-core
2525
- turu-sqlite3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ snowflake = ["turu-snowflake"]
3535
bigquery = ["turu-bigquery"]
3636

3737
[tool.poetry.dependencies]
38-
python = "^3.9"
38+
python = "^3.8"
3939

4040
[tool.poetry.dependencies.turu-core]
4141
# INFO: poetry-dynamic-versioning to replace this.

0 commit comments

Comments
 (0)