Update test.yml

This commit is contained in:
Charlie Lin 2024-06-20 09:41:31 -04:00 committed by GitHub
parent df631520a9
commit 73a30bcb08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
if: "!startsWith(matrix.py, '3.14')"
with:
python-version: ${{ matrix.py }}
allow-prereleases: true