Skip to content

Commit

Permalink
Admin: Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Jun 28, 2024
1 parent 3f9fac4 commit 0d7dede
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-beta.2'

steps:
- uses: actions/checkout@master

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand All @@ -44,16 +47,17 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-beta.2'
implementation:
- '' # CPython
- 'pypy' # PyPy
exclude: # unreleased;
- implementation: 'pypy'
python-version: '3.10'
- implementation: 'pypy'
python-version: '3.11'
- implementation: 'pypy'
python-version: '3.12'
- implementation: 'pypy'
python-version: '3.13.0-beta.2'

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 0d7dede

Please sign in to comment.