Skip to content

Commit e0e92a5

Browse files
committed
Add Python 3.13 support
1 parent 206504c commit e0e92a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
exclude:
1818
# Python 3.11 build on macOS times out for some reason
1919
# xref https://github.com/coiled/dask-snowflake/pull/56

ci/environment-3.13.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: test-environment
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
# Required
6+
- python=3.13
7+
- dask
8+
- distributed
9+
- pandas
10+
- pyarrow
11+
- snowflake-connector-python >=2.6.0
12+
- snowflake-sqlalchemy
13+
# Testing
14+
- pytest

0 commit comments

Comments
 (0)