Skip to content

Commit e697f65

Browse files
authored
fix: exclude py3.13 windows minimal test (#3058)
* fix: exclude py3.13 windows minimal test * fix: update redshift-connector to 2.1.5
1 parent 1599b0d commit e697f65

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/minimal-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
matrix:
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
platform: [ubuntu-latest, macos-latest, windows-latest]
22+
exclude:
23+
- python-version: 3.13
24+
platform: windows-latest
2225

2326
env:
2427
AWS_DEFAULT_REGION: us-east-1

poetry.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)