Skip to content

Commit

Permalink
Test latest Python 3.13 (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Aug 14, 2024
1 parent 805365b commit 95c5eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.13.0-beta.2"
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
allow-prereleases: true
- name: Pick environment to run
run: |
import os; import platform; import sys; from pathlib import Path
Expand Down

0 comments on commit 95c5eed

Please sign in to comment.