Skip to content

Commit

Permalink
Add support for Python 3.14.
Browse files Browse the repository at this point in the history
Updated tox.ini and GitHub actions to include compatibility testing for Python 3.14 with Django 5.1. This ensures our codebase remains functional with the latest Python version.
  • Loading branch information
StevenMapes committed Oct 21, 2024
1 parent b2bc0b9 commit 4ac22bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
toxenv: py312-django51
- python: "3.13"
toxenv: py313-django51
- python: "3.14"
- python: "3.14.0-alpha.1"
toxenv: py314-django51

steps:
Expand Down

0 comments on commit 4ac22bf

Please sign in to comment.