Skip to content

Commit

Permalink
ci: skip tests on windows for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Nov 25, 2024
1 parent 3e4b622 commit 0c56466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- os: windows-latest
python-versions: '3.12'
pandas-versions: 2.2.0
- os: windows-latest
python-versions: '3.13'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0c56466

Please sign in to comment.