CI: Add support for Python nightly

This commit is contained in:
Adrien Vergé
2025-01-13 16:32:24 +01:00
parent 60a30bb962
commit 7f89ac51fb

View File

@@ -44,6 +44,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14.0-alpha.3'
steps:
- name: Checkout
uses: actions/checkout@v4