Skip to content

Commit

Permalink
Test Python 3.13 on CI
Browse files Browse the repository at this point in the history
It is currently a release candidate.
  • Loading branch information
EliahKagan committed Aug 18, 2024
1 parent cfadd9e commit bae27f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: "macos-latest"
python-version: "3.7"
include:
- experimental: false
- python-version: "3.13"
experimental: true

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bae27f4

Please sign in to comment.