Skip to content

Commit

Permalink
Add Python 3.13-dev to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan committed Oct 19, 2023
1 parent 5935895 commit c243be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]

steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ isolated_build = True
envlist =
py{38,39,310,311}-django{32}-drf{311,312,313,314,master}
py{38,39,310,311}-django{40}-drf{313,314,master}
py{38,39,310,311,312}-django{41,42}-drf{314,master}
py{38,39,310,311,312,313}-django{41,42}-drf{314,master}

[gh-actions]
python =
Expand All @@ -12,6 +12,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv]
deps =
Expand Down

0 comments on commit c243be7

Please sign in to comment.