Skip to content

Commit

Permalink
build: add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique authored Oct 8, 2024
1 parent 5e57bbf commit e42a421
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 181 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
# HACK https://github.com/actions/cache/issues/315
Expand All @@ -48,6 +48,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Get full Python version
id: full-python-version
shell: bash # Required for use of $GITHUB_OUTPUT in windows
Expand Down
Loading

0 comments on commit e42a421

Please sign in to comment.