Skip to content

Commit e42a421

Browse files
authored
build: add support for Python 3.13
1 parent 5e57bbf commit e42a421

File tree

3 files changed

+196
-181
lines changed

3 files changed

+196
-181
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- macos-latest
3333
- ubuntu-latest
3434
- windows-latest
35-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
# HACK https://github.com/actions/cache/issues/315
@@ -48,6 +48,7 @@ jobs:
4848
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
51+
allow-prereleases: true
5152
- name: Get full Python version
5253
id: full-python-version
5354
shell: bash # Required for use of $GITHUB_OUTPUT in windows

0 commit comments

Comments
 (0)