Skip to content

Commit

Permalink
Test against Python 3.14-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Feb 9, 2025
1 parent e04aedc commit 6d4e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14-dev'
env:
COVERALLS_FLAG_NAME: Python ${{ matrix.python-version }} / ${{ matrix.tox-environment }}
COVERALLS_PARALLEL: true
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python =
3.11 = dj{42,50,51}
3.12 = dj{42,50,51,main}
3.13 = dj{42,50,51,main}
3.14 = djmain

[testenv]
deps =
Expand Down

0 comments on commit 6d4e40c

Please sign in to comment.