Skip to content

Commit

Permalink
CI: Add support for Python nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jan 13, 2025
1 parent 4e0a367 commit a7afc06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- '3.14.0-alpha.3'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a7afc06

Please sign in to comment.