Skip to content

Commit

Permalink
Add Python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed Sep 13, 2024
1 parent 94b2c57 commit 4f96162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: true
max-parallel: 4
matrix:
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.0-rc.2]
django-version: [4.2, '5.0', 5.1]
exclude:
# Django 5.0 and 5.1 only support Python 3.10 to 3.12
Expand All @@ -31,6 +31,8 @@ jobs:
django-version: 5.1
- python-version: 3.9
django-version: 5.1
- python-version: 3.13.0-rc.2
django-version: 4.2

steps:
- name: Checkout ${{ github.repository }}
Expand Down

0 comments on commit 4f96162

Please sign in to comment.