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 decb7d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'

steps:
- uses: actions/checkout@master
Expand Down Expand Up @@ -44,16 +45,17 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
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'

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

0 comments on commit decb7d3

Please sign in to comment.