Skip to content

Commit

Permalink
chore(CI): disable 3.13 for now until Falcon stable supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Aug 27, 2024
1 parent 9c567e7 commit 0f0dd5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
python-version: "3.11"
- name: py312
python-version: "3.12"
- name: py313
python-version: "3.13.0-rc.1 - 3.13"
# TODO(vytas): Enable when Falcon stable supports 3.13.
# - name: py313
# python-version: "3.13.0-rc.1 - 3.13"
- name: pypy
python-version: "pypy-3.10"

Expand Down

0 comments on commit 0f0dd5e

Please sign in to comment.